Problem: Multi-threading not enabled (#2258)

Solution: Enable multi-threading
This commit is contained in:
Vanshdeep Singh
2018-05-03 11:52:54 +02:00
committed by Troy McConaghy
parent 11c0ea916c
commit cf36a6fe47
2 changed files with 2 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ export BIGCHAINDB_SERVER_WORKERS=5
"server": {
"bind": "localhost:9984",
"loglevel": "info",
"workers": 1,
"workers": null,
}
```