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

@@ -61,7 +61,7 @@ const defaults: IConfig = {
'SPAWN_CLUSTER_PROCS': 0,
'API_URL_PREFIX': '/api/v1/',
'POLL_RATE_MS': 2000,
'CACHE_DIR': './'
'CACHE_DIR': './cache/'
},
'ESPLORA': {
'REST_API_URL': 'http://127.0.0.1:3000',