Fix: Split mempool disk cache into 50K txs per file

This commit is contained in:
softsimon
2020-11-02 19:11:04 +07:00
parent 6865e00738
commit d46ff35dfb
4 changed files with 48 additions and 57 deletions

View File

@@ -1,7 +1,8 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2015",
"target": "esnext",
"lib": ["es2019"],
"strict": true,
"noImplicitAny": false,
"sourceMap": false,