mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
* This change is to create an argument version of the config operation_timeout. There are many times where one may need to temporarily increase the timeout for an operation of a single large file that takes longer than the configured timeout. The command line argument is an excellent way to override the default or 'config' set option if required.
51 lines
No EOL
1.5 KiB
Text
51 lines
No EOL
1.5 KiB
Text
# Configuration for OneDrive Linux Client
|
|
# This file contains the list of supported configuration fields
|
|
# with their default values.
|
|
# All values need to be enclosed in quotes
|
|
# When changing a config option below, remove the '#' from the start of the line
|
|
# For explanations of all config options below see docs/USAGE.md or the man page.
|
|
#
|
|
# sync_dir = "~/OneDrive"
|
|
# skip_file = "~*|.~*|*.tmp"
|
|
# monitor_interval = "300"
|
|
# skip_dir = ""
|
|
# log_dir = "/var/log/onedrive/"
|
|
# drive_id = ""
|
|
# upload_only = "false"
|
|
# check_nomount = "false"
|
|
# check_nosync = "false"
|
|
# download_only = "false"
|
|
# disable_notifications = "false"
|
|
# disable_upload_validation = "false"
|
|
# enable_logging = "false"
|
|
# force_http_2 = "false"
|
|
# local_first = "false"
|
|
# no_remote_delete = "false"
|
|
# skip_symlinks = "false"
|
|
# debug_https = "false"
|
|
# skip_dotfiles = "false"
|
|
# dry_run = "false"
|
|
# min_notify_changes = "5"
|
|
# monitor_log_frequency = "5"
|
|
# monitor_fullscan_frequency = "10"
|
|
# sync_root_files = "false"
|
|
# classify_as_big_delete = "1000"
|
|
# user_agent = ""
|
|
# remove_source_files = "false"
|
|
# skip_dir_strict_match = "false"
|
|
# application_id = ""
|
|
# resync = "false"
|
|
# bypass_data_preservation = "false"
|
|
# azure_ad_endpoint = ""
|
|
# azure_tenant_id = "common"
|
|
# sync_business_shared_folders = "false"
|
|
# sync_dir_permissions = "700"
|
|
# sync_file_permissions = "600"
|
|
# rate_limit = "131072"
|
|
# webhook_enabled = "false"
|
|
# webhook_public_url = ""
|
|
# webhook_listening_host = ""
|
|
# webhook_listening_port = "8888"
|
|
# webhook_expiration_interval = "86400"
|
|
# webhook_renewal_interval = "43200"
|
|
# operation_timeout = "3600" |