Optimized cache chunks. Default cache files to /cache directory.

fixes #341
This commit is contained in:
softsimon
2021-02-14 19:50:31 +07:00
parent 63b52b9d9b
commit 584ef87fc8
5 changed files with 33 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
"SPAWN_CLUSTER_PROCS": 0,
"API_URL_PREFIX": "/api/v1/",
"POLL_RATE_MS": 2000,
"CACHE_DIR": "./"
"CACHE_DIR": "./cache/"
},
"CORE_RPC": {
"HOST": "127.0.0.1",