From f061d1f0cf28a8fad5249376ff081d6e4f8126c9 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 25 Oct 2011 09:50:33 +0200 Subject: Updated CherryPy configuration: no timeout (the export of the database to PDF files can take a while). --- cfg/cherrypy.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cfg') diff --git a/cfg/cherrypy.cfg b/cfg/cherrypy.cfg index fe61c73d..51440d6f 100644 --- a/cfg/cherrypy.cfg +++ b/cfg/cherrypy.cfg @@ -4,6 +4,7 @@ log.access_file = "var/access.log" server.environment = "production" engine.autoreload_on = True engine.autoreload_frequency = 5 +engine.timeout_monitor.on = False [/] tools.staticdir.root = os.getcwd() @@ -18,4 +19,4 @@ tools.staticdir.match = "(?i)^.+\.css$" [/images] tools.staticdir.on = True tools.staticdir.dir = "img" -tools.staticdir.match = "(?i)^.+\.png$" \ No newline at end of file +tools.staticdir.match = "(?i)^.+\.png$" -- cgit