1
0
Fork 0

Set default --watch-interval to 0.

main
Daniel Perelman 4 years ago
parent 331a91234d
commit 14e0ce17d5

@ -28,7 +28,7 @@ exes=""
paths=""
max_processes=100
max_depth=3
watch_interval=2
watch_interval=0
subprocess_watch_interval=0.5
while [ $# -gt 0 ]
do
@ -67,9 +67,9 @@ Usage: $0 [TARGET] [OPTIONS...] [-- PROGRAM]
limit is reached, new processes will be limited
as old ones die.
--watch-interval=INTERVAL
If 0, targets will be selected at setup. Otherwise,
every INTERVAL (argument to sleep(1)), search for
more possible targets.
If 0 (default), targets will be selected at
setup. Otherwise, every INTERVAL (argument to
sleep(1)), search for more possible targets.
--subprocess-watch-interval=INTERVAL
During setup, delay INTERVAL (argument to sleep(1))
between searches for more subprocesses to avoid

Loading…
Cancel
Save