Explorar o código

HPCC-24694 Increase max number of max connections

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith %!s(int64=4) %!d(string=hai) anos
pai
achega
89027deecd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dali/ft/filecopy.cpp

+ 1 - 1
dali/ft/filecopy.cpp

@@ -43,7 +43,7 @@
 #include "dalienv.hpp"
 #include "ftbase.ipp"
 
-#define DEFAULT_MAX_CONNECTIONS 25
+#define DEFAULT_MAX_CONNECTIONS 800
 #define PARTITION_RECOVERY_LIMIT 1000
 #define EXPECTED_RESPONSE_TIME          (60 * 1000)
 #define RESPONSE_TIME_TIMEOUT           (60 * 60 * 1000)