Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0002760: Default the file.sync.fast.scan to true
  • Loading branch information
erilong committed Aug 30, 2016
1 parent bd12dea commit a2bda5c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1489,7 +1489,7 @@ job.file.sync.pull.period.time.ms=60000
# DatabaseOverridable: true
# Tags: filesync
# Type: boolean
file.sync.fast.scan=false
file.sync.fast.scan=true

# Calculate a checksum for each file (using CRC32), which is used to detect a file collision
# if the target file has a different checksum. If you don't need to detect conflicts,
Expand Down

0 comments on commit a2bda5c

Please sign in to comment.