missed add the db optimize to .env

This commit is contained in:
Alexandra
2025-05-31 16:47:49 -06:00
parent 1014de7bfa
commit 7d431f1727

1
.env
View File

@@ -2,6 +2,7 @@ PORT=8062
BIND_ADDRESS=0.0.0.0
FORCE_FILE_REBUILD=0
FORCE_METADATA_RESYNC=0
FORCE_DB_OPTIMIZE=0
DEBUG=0
NODE_ENV=dev
# Memory Impacting Settings - Trades for threading efficiency. Much slower, but should be useful for limited memory environments like VPS