summaryrefslogtreecommitdiff
path: root/controller/RethinkDB.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2018-01-12 09:18:27 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2018-01-12 09:18:27 -0800
commitcd2a4b709c583f99b21a971b15831ddea2b95e18 (patch)
tree2997b6b127b648c8e703603a30118386ad82871c /controller/RethinkDB.hpp
parentd96aeac335e9f27d9aa1d7a447b99f500f8247ab (diff)
downloadinfinitytier-cd2a4b709c583f99b21a971b15831ddea2b95e18.tar.gz
infinitytier-cd2a4b709c583f99b21a971b15831ddea2b95e18.zip
Reduce maximum batcn size for status updates but increase the number of whole record commit threads.
Diffstat (limited to 'controller/RethinkDB.hpp')
-rw-r--r--controller/RethinkDB.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/RethinkDB.hpp b/controller/RethinkDB.hpp
index bce8bdef..ab2611c0 100644
--- a/controller/RethinkDB.hpp
+++ b/controller/RethinkDB.hpp
@@ -23,7 +23,7 @@
#include "DB.hpp"
-#define ZT_CONTROLLER_RETHINKDB_COMMIT_THREADS 2
+#define ZT_CONTROLLER_RETHINKDB_COMMIT_THREADS 8
namespace ZeroTier
{