mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
Enable ids caching by default
This commit is contained in:
parent
6af52341c9
commit
a17cfb83a2
@ -131,7 +131,7 @@ const start = async () => {
|
||||
if (!created) { return process.exit(1) }
|
||||
}
|
||||
|
||||
const IDS_CACHE = false // experimental, set to false to disable
|
||||
const IDS_CACHE = true // experimental, set to false to disable
|
||||
if (IDS_CACHE) {
|
||||
// Cache tree of uploads directory
|
||||
process.stdout.write('Caching identifiers in uploads directory ...')
|
||||
|
Loading…
Reference in New Issue
Block a user