Browse Source

HPCC-24694 Increase max number of max connections

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 4 years ago
parent
commit
89027deecd
1 changed files with 1 additions and 1 deletions
  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)