mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
parent
507ca7f7ac
commit
5fcc04ba7f
@ -120,7 +120,7 @@ class ConnectionRepository(
|
|||||||
|
|
||||||
self._serverAddress = ''
|
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
|
# set gc to preserve every object involved in a cycle, even ones that
|
||||||
# would normally be freed automatically during garbage collect
|
# would normally be freed automatically during garbage collect
|
||||||
# allows us to find and fix these cycles, reducing or eliminating the
|
# allows us to find and fix these cycles, reducing or eliminating the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user