Optimized cache chunks. Default cache files to /cache directory.
fixes #341
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user