From 2041a95e1907bd005019560a30ba0b928d4cd4c3 Mon Sep 17 00:00:00 2001 From: Jacob Matthews Date: Wed, 24 Aug 2005 20:35:01 +0000 Subject: [PATCH] Updated in line with the new configuration table syntax. svn: r661 --- collects/help/private/config.ss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/help/private/config.ss b/collects/help/private/config.ss index 392d3a2f93..0552886212 100644 --- a/collects/help/private/config.ss +++ b/collects/help/private/config.ss @@ -25,7 +25,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)