summaryrefslogtreecommitdiff
path: root/src/supervision
diff options
context:
space:
mode:
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) ;