X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=IkiWiki.pm;h=52da3c112b26289298ef2a4a1faf7636ec6ff119;hb=d783ba07fe65430cb4d709e50d445a147e4743e6;hp=f68797ae3b962bc7556308fffa0da5d644c46ca3;hpb=f9e96b0c32ea7db069c718020f65174ad0bcc1d7;p=ikiwiki.git diff --git a/IkiWiki.pm b/IkiWiki.pm index f68797ae3..52da3c112 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -118,6 +118,22 @@ sub getsetup () { safe => 0, rebuild => 0, }, + cgi_overload_delay => { + type => "string", + default => '', + example => "10", + description => "number of seconds to delay CGI requests when overloaded", + safe => 1, + rebuild => 0, + }, + cgi_overload_message => { + type => "string", + default => '', + example => "Please wait", + description => "message to display when overloaded (may contain html)", + safe => 1, + rebuild => 0, + }, rcs => { type => "string", default => '',