mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Multi-threading not enabled (#2258)
Solution: Enable multi-threading
This commit is contained in:
committed by
Troy McConaghy
parent
11c0ea916c
commit
cf36a6fe47
@@ -126,7 +126,7 @@ export BIGCHAINDB_SERVER_WORKERS=5
|
||||
"server": {
|
||||
"bind": "localhost:9984",
|
||||
"loglevel": "info",
|
||||
"workers": 1,
|
||||
"workers": null,
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user