updated for new web-server

svn: r679
This commit is contained in:
Matthew Flatt 2005-08-26 00:57:51 +00:00
parent c88a732bda
commit db88fcba02
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,7 @@
<html>
<head><title>Garbage Collect Ran</title></head>
<body bgcolor='white'>
<p>The garbage collection routine has run.</p>
<p>Powered by <a href="http://www.plt-scheme.org/">PLT</a></p>
</body>
</html>

View File

@ -27,7 +27,8 @@
(servlets-refreshed "servlet-refresh.html")
(passwords-refreshed "passwords-refresh.html")
(file-not-found-message "not-found.html")
(protocol-message "protocol-error.html"))
(protocol-message "protocol-error.html")
(collect-garbage "collect-garbage.html"))
(timeouts
(default-servlet-timeout 120)
(password-connection-timeout 300)