From 3bcbbe18f9a60c0743c30d391c7878034e4b1274 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 18 Mar 2016 22:16:08 +0000 Subject: - s6-svscan defaults to -t0 instead of -t5000 - rc for v2.3.0.0, waiting to update deps before releasing --- src/supervision/s6-svscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/supervision') diff --git a/src/supervision/s6-svscan.c b/src/supervision/s6-svscan.c index 29b0429..28ce830 100644 --- a/src/supervision/s6-svscan.c +++ b/src/supervision/s6-svscan.c @@ -453,7 +453,7 @@ int main (int argc, char const *const *argv) PROG = "s6-svscan" ; { subgetopt_t l = SUBGETOPT_ZERO ; - unsigned int t = 5000 ; + unsigned int t = 0 ; for (;;) { register int opt = subgetopt_r(argc, argv, "Sst:c:", &l) ; -- cgit v1.2.3