commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7059 - trunk/gnue-appserver/src


From: johannes
Subject: [gnue] r7059 - trunk/gnue-appserver/src
Date: Wed, 23 Feb 2005 12:46:19 -0600 (CST)

Author: johannes
Date: 2005-02-23 12:46:18 -0600 (Wed, 23 Feb 2005)
New Revision: 7059

Modified:
   trunk/gnue-appserver/src/geasRpcServer.py
Log:
Set the gc-debug mode to False by default


Modified: trunk/gnue-appserver/src/geasRpcServer.py
===================================================================
--- trunk/gnue-appserver/src/geasRpcServer.py   2005-02-23 16:54:24 UTC (rev 
7058)
+++ trunk/gnue-appserver/src/geasRpcServer.py   2005-02-23 18:46:18 UTC (rev 
7059)
@@ -40,7 +40,7 @@
 from gnue.appserver import geasConfiguration
 
 
-_GC_DEBUG = True   # Set this to True to activate garbage collection debugging
+_GC_DEBUG = False  # Set this to True to activate garbage collection debugging
 
 # =============================================================================
 # RPC application class





reply via email to

[Prev in Thread] Current Thread [Next in Thread]