mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-30 18:32:44 +03:00
77b3780ab2
Because owncloud sets it too true programmaticaly, and we don't want to overwrite it with the config
16 lines
362 B
Text
16 lines
362 B
Text
# 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
|
|
|