From 89a185f8a6abe327da16bcbf71a57fe5c3d91c5d Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 25 Nov 2016 14:42:49 -0800 Subject: [PATCH] the sleep-forever delay at end is now > 1000 days --- bin/feedgnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index c432edf..0ac2465 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -805,7 +805,7 @@ sub mainThread # we persist gnuplot, so we shouldn't need this sleep. However, once # gnuplot exits, but the persistent window sticks around, you can no # longer interactively zoom the plot. So we still sleep - sleep(100000) unless $options{dump} || $options{exit}; + sleep(100000000) unless $options{dump} || $options{exit}; } sub pruneOldData