mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Because owncloud sets it too true programmaticaly, and we don't want to overwrite it with the config
17 lines
362 B
Plaintext
17 lines
362 B
Plaintext
# max diff time between two recplicas in seconds
|
|
max_time_difference = 10
|
|
|
|
# max directory depth recursion
|
|
max_depth = 50
|
|
|
|
# NOT IN USE:
|
|
# sync symbolic links if the remote filesystem supports it.
|
|
#sync_symbolic_links = false
|
|
|
|
# connection timeout in seconds
|
|
timeout = 30
|
|
|
|
# create a copy for backup for the file which has a conflict
|
|
#with_confilct_copies = no
|
|
|