Explorar el Código

distributed: Change `gc-save-all` to 0 by default

Fixes #1407
rdb hace 3 años
padre
commit
5fcc04ba7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      direct/src/distributed/ConnectionRepository.py

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

@@ -120,7 +120,7 @@ class ConnectionRepository(
 
         self._serverAddress = ''
 
-        if self.config.GetBool('gc-save-all', 1):
+        if self.config.GetBool('gc-save-all', 0):
             # set gc to preserve every object involved in a cycle, even ones that
             # would normally be freed automatically during garbage collect
             # allows us to find and fix these cycles, reducing or eliminating the