X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/1f8b0460c309c54cfbfe4152bbc195a1756cbda5..3b27af4a29372c6fcd9cf203fff5b3614241bc67:/IkiWiki/Plugin/pinger.pm diff --git a/IkiWiki/Plugin/pinger.pm b/IkiWiki/Plugin/pinger.pm index 89b4365ab..043b074a7 100644 --- a/IkiWiki/Plugin/pinger.pm +++ b/IkiWiki/Plugin/pinger.pm @@ -18,9 +18,13 @@ sub import { #{{{ sub getsetup () { #{{{ return + plugin => { + safe => 1, + rebuild => 0, + }, pinger_timeout => { - type => "int", - default => 15, + type => "integer", + example => 15, description => "how many seconds to try pinging before timing out", safe => 1, rebuild => 0,