X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d0bd30824ec9c1f2af04d9e3d9b13473c8fcb9d8..9802fbee404cc20027634eba7f58b78c569b7c5f:/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,