[Zope-Checkins] CVS: Zope/lib/python/App -
ApplicationManager.py:1.93
Chris McDonough
chrism at plope.com
Mon Mar 8 03:03:46 EST 2004
Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv4053
Modified Files:
ApplicationManager.py
Log Message:
Wait 10 seconds to reload page after a restart. On slower machines or machines with large databases, Zope can take a long time to restart and when the meta-refresh comes back before the server is up, it raises a browser error. People who know what it does won't wait, and bumping up the timeout will help mitigate a FA
Q on the Zope lists and in the collector from those who don't.
=== Zope/lib/python/App/ApplicationManager.py 1.92 => 1.93 ===
--- Zope/lib/python/App/ApplicationManager.py:1.92 Mon Jan 19 14:56:51 2004
+++ Zope/lib/python/App/ApplicationManager.py Mon Mar 8 03:03:45 2004
@@ -398,7 +398,7 @@
#for db in Globals.opened: db.close()
Lifetime.shutdown(1)
return """<html>
- <head><meta HTTP-EQUIV=REFRESH CONTENT="5; URL=%s/manage_main">
+ <head><meta HTTP-EQUIV=REFRESH CONTENT="10; URL=%s/manage_main">
</head>
<body>Zope is restarting</body></html>
""" % escape(URL1, 1)
More information about the Zope-Checkins
mailing list