updated for new web-server
svn: r679
This commit is contained in:
parent
c88a732bda
commit
db88fcba02
|
@ -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>
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user