فهرست منبع

Merge pull request #14138 from jakesmith/hpcc-24694-higher-maxconnections

HPCC-24694 Increase max number of max connections

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 4 سال پیش
والد
کامیت
ff151e5d28
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)