projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd82d9f
)
Boost sleep time for logfile check
author
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 3 Aug 2009 16:00:43 +0000
(12:00 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 3 Aug 2009 16:00:43 +0000
(12:00 -0400)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index 8b40bf844ae33d375628b2678a8f4d8c00bf102d..7fdf6c46c17450d59455d142223294f20a6151b0 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-3605,7
+3605,7
@@
sub check_logfile {
delete @{$db}{qw(ok slurp totaltime)};
my $badinfo = run_command("$funky", {failok => 1, target => $db} );
- my $MAXSLEEPTIME =
4
;
+ my $MAXSLEEPTIME =
6
;
my $SLEEP = 1;
my $found = 0;
LOGWAIT: {