[csw-devel] SF.net SVN: gar:[16220] csw/mgar/gar/v2/lib/web/pkgdb_web.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Nov 20 20:34:42 CET 2011


Revision: 16220
          http://gar.svn.sourceforge.net/gar/?rev=16220&view=rev
Author:   wahwah
Date:     2011-11-20 19:34:42 +0000 (Sun, 20 Nov 2011)
Log Message:
-----------
pkgdb-web: Remove the autoreload setting.

The theory goes that it improves the start up times.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/web/pkgdb_web.py

Modified: csw/mgar/gar/v2/lib/web/pkgdb_web.py
===================================================================
--- csw/mgar/gar/v2/lib/web/pkgdb_web.py	2011-11-20 19:34:12 UTC (rev 16219)
+++ csw/mgar/gar/v2/lib/web/pkgdb_web.py	2011-11-20 19:34:42 UTC (rev 16220)
@@ -413,7 +413,8 @@
 
 # app = web.application(urls, globals())
 # web.wsgi.runwsgi = lambda func, addr=None: web.wsgi.runfcgi(func, addr)
-app = web.application(urls, globals(), autoreload=False)
+# app = web.application(urls, globals(), autoreload=False)
+app = web.application(urls, globals())
 main = app.wsgifunc()
 
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list