mirror of https://gitee.com/bigwinds/arangodb
use 8 threads per default
This commit is contained in:
parent
3ed5aee738
commit
97a0fc8ec7
|
@ -233,7 +233,7 @@ ArangoServer::ArangoServer (int argc, char** argv)
|
|||
_startupPath(),
|
||||
_startupModules("js/modules"),
|
||||
_systemActionPath(),
|
||||
_actionThreads(1),
|
||||
_actionThreads(8),
|
||||
_gcInterval(1000),
|
||||
_databasePath("/var/lib/arango"),
|
||||
_removeOnDrop(true),
|
||||
|
|
Loading…
Reference in New Issue