Explorar o código

HPCC-20444 Never limit the number of discarded udp packets

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday %!s(int64=6) %!d(string=hai) anos
pai
achega
cf0d578e92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roxie/ccd/ccdqueue.cpp

+ 1 - 1
roxie/ccd/ccdqueue.cpp

@@ -2878,7 +2878,7 @@ public:
     virtual int run()
     {
         Owned<StringContextLogger> logctx = new StringContextLogger("PacketDiscarder");
-        rowManager.setown(roxiemem::createRowManager(1, NULL, *logctx, NULL, false));
+        rowManager.setown(roxiemem::createRowManager(0, NULL, *logctx, NULL, false));
         mc.setown(ROQ->queryReceiveManager()->createMessageCollator(rowManager, RUID_DISCARD));
         ROQ->queryReceiveManager()->setDefaultCollator(mc);
         while (!aborted)