Updated config.sample.js

It was weird to have both cacheFileIdentifiers and
queryDbForFileCollisions enabled by default.
This commit is contained in:
Bobby Wibowo 2020-09-27 05:24:48 +07:00
parent ea15b145b1
commit ce599aea19
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -413,7 +413,7 @@ module.exports = {
Unless you do not use thumbnails, it is highly recommended to enable this feature. Unless you do not use thumbnails, it is highly recommended to enable this feature.
*/ */
cacheFileIdentifiers: true, cacheFileIdentifiers: false,
/* /*
An alternative to caching file identifiers. An alternative to caching file identifiers.