Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0002609: Disable file sync by default
  • Loading branch information
erilong committed May 23, 2016
1 parent 60e7de9 commit 25efa82
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1348,7 +1348,7 @@ rest.api.heartbeat.on.pull=false
# DatabaseOverridable: true
# Tags: filesync
# Type: boolean
file.sync.enable=true
file.sync.enable=false

# How long file sync should wait in millis for the exclusive lock used by file tracker
# or the shared lock used by file sync push/pull jobs.
Expand Down

0 comments on commit 25efa82

Please sign in to comment.