Browse Source

Update lithium.cc (#5575)

Matthieu Garrigues 5 years ago
parent
commit
760ae97183
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/C++/lithium/lithium.cc

+ 1 - 1
frameworks/C++/lithium/lithium.cc

@@ -98,7 +98,7 @@ int main(int argc, char* argv[]) {
   int db_nconn = 128/nprocs;
   int queries_nconn = 2;
   int fortunes_nconn = 128/nprocs;
-  int updates_nconn = 2;
+  int updates_nconn = 1;
 
   http_api my_api;