From: Mike Taylor Date: Wed, 29 Oct 2008 11:04:44 +0000 (+0000) Subject: Increase failure sleep to 25 seconds X-Git-Tag: CPAN-v1.02~54^2~265 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=436be5810c926cf2db2eccb6e990435c06ed0ca3;hp=63e180666dc2b70da8670140f51bc2d4f5000a9f Increase failure sleep to 25 seconds --- diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index 4e1b2ac..1e64568 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -1,4 +1,4 @@ -%# $Id: edit.mc,v 1.38 2008-10-08 14:50:54 mike Exp $ +%# $Id: edit.mc,v 1.39 2008-10-29 11:04:44 mike Exp $ <%args> $op $id => undef ### should be extracted using utf8param() @@ -72,12 +72,12 @@ if (!defined $id) { print qq[

This host name is not valid.

\n]; undef $update; - sleep 5; + sleep 25; } elsif ($port !~ /^\d*$/i) { print qq[

This port number is not valid.

\n]; undef $update; - sleep 5; + sleep 25; } else { # Creating new record, all necessary data is present. Check # that the new record is not a duplicate of an existing one.