mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
Updated config.sample.js
It was weird to have both cacheFileIdentifiers and queryDbForFileCollisions enabled by default.
This commit is contained in:
parent
ea15b145b1
commit
ce599aea19
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user