1
0
Fork 0

use 8 threads per default

This commit is contained in:
Frank Celler 2012-05-25 15:42:55 +02:00
parent 3ed5aee738
commit 97a0fc8ec7
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ ArangoServer::ArangoServer (int argc, char** argv)
_startupPath(), _startupPath(),
_startupModules("js/modules"), _startupModules("js/modules"),
_systemActionPath(), _systemActionPath(),
_actionThreads(1), _actionThreads(8),
_gcInterval(1000), _gcInterval(1000),
_databasePath("/var/lib/arango"), _databasePath("/var/lib/arango"),
_removeOnDrop(true), _removeOnDrop(true),