Merge pull request #1 from pkuhelper-web/master

reduce comment cache size
This commit is contained in:
thuhole
2020-06-18 11:21:09 +08:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
const HOLE_CACHE_DB_NAME='hole_cache_db'; const HOLE_CACHE_DB_NAME='hole_cache_db';
const CACHE_DB_VER=1; const CACHE_DB_VER=1;
const MAINTENANCE_STEP=200; const MAINTENANCE_STEP=150;
const MAINTENANCE_COUNT=2500; const MAINTENANCE_COUNT=1000;
const ENC_KEY=42; const ENC_KEY=42;