Enable ids caching by default

This commit is contained in:
Bobby Wibowo 2018-12-03 16:32:26 +07:00
parent 6af52341c9
commit a17cfb83a2
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -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 ...')