[Swift-commit] cog r4014
swift at ci.uchicago.edu
swift at ci.uchicago.edu
Fri Jul 4 03:00:06 CDT 2014
------------------------------------------------------------------------
r4014 | hategan | 2014-07-04 02:55:52 -0500 (Fri, 04 Jul 2014) | 1 line
changed probe interval to 60 seconds
------------------------------------------------------------------------
Index: modules/provider-coaster/resources/worker.pl
===================================================================
--- modules/provider-coaster/resources/worker.pl (revision 4013)
+++ modules/provider-coaster/resources/worker.pl (working copy)
@@ -166,7 +166,7 @@
# Contains tuples (EVENT, PID, TIMESTAMP) (flattened)
my @PROFILE_EVENTS = ();
-my $PROBE_INTERVAL = 1;
+my $PROBE_INTERVAL = 60;
my $LAST_PROBE_TIME = time() - $PROBE_INTERVAL + 1;
my $ID = "-";
More information about the Swift-commit
mailing list