From ce599aea193edf4d2a6f3797c833c384ee6f666f Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Sun, 27 Sep 2020 05:24:48 +0700 Subject: [PATCH] Updated config.sample.js It was weird to have both cacheFileIdentifiers and queryDbForFileCollisions enabled by default. --- config.sample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.js b/config.sample.js index 48de3d3..d205745 100644 --- a/config.sample.js +++ b/config.sample.js @@ -413,7 +413,7 @@ module.exports = { Unless you do not use thumbnails, it is highly recommended to enable this feature. */ - cacheFileIdentifiers: true, + cacheFileIdentifiers: false, /* An alternative to caching file identifiers.