From a2bda5ca2ff038f0ce65b9603cbe12a01d2b745d Mon Sep 17 00:00:00 2001 From: elong Date: Tue, 30 Aug 2016 19:08:57 -0400 Subject: [PATCH] 0002760: Default the file.sync.fast.scan to true --- symmetric-core/src/main/resources/symmetric-default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symmetric-core/src/main/resources/symmetric-default.properties b/symmetric-core/src/main/resources/symmetric-default.properties index 9fa9d3892f..8f31bd5601 100644 --- a/symmetric-core/src/main/resources/symmetric-default.properties +++ b/symmetric-core/src/main/resources/symmetric-default.properties @@ -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,