Pārlūkot izejas kodu

added want-message-bundling

Darren Ranalli 18 gadi atpakaļ
vecāks
revīzija
9dd0e3b685
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      direct/src/distributed/ConnectionRepository.py

+ 1 - 0
direct/src/distributed/ConnectionRepository.py

@@ -33,6 +33,7 @@ class ConnectionRepository(
         # 'I own this object and have a separate view of it regardless of
         # where it currently is located')
         CConnectionRepository.__init__(self, hasOwnerView)
+        self.setWantMessageBundling(config.GetBool('want-message-bundling', 1))
         # DoInterestManager.__init__ relies on CConnectionRepository being
         # initialized
         DoInterestManager.__init__(self)