summaryrefslogtreecommitdiff
path: root/src/supervision
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-03-18 22:16:08 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-03-18 22:16:08 +0000
commit3bcbbe18f9a60c0743c30d391c7878034e4b1274 (patch)
tree960b7f32e5135da062e3c658a80e602eff206480 /src/supervision
parent4588c3eee9e64aa4cff6c1779721dcc744335d4a (diff)
downloads6-3bcbbe18f9a60c0743c30d391c7878034e4b1274.tar.xz
- s6-svscan defaults to -t0 instead of -t5000
- rc for v2.3.0.0, waiting to update deps before releasing
Diffstat (limited to 'src/supervision')
-rw-r--r--src/supervision/s6-svscan.c2
1 files changed, 1 insertions, 1 deletions
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) ;