commit 48f86819ab9c919b4084ee4008355d2c0a402b9c parent b33c4f14f35a3c12db82a0a78b35e452d044df8f Author: Antoine Amarilli <a3nm@a3nm.net> Date: Thu, 25 Jan 2018 00:18:48 +0100 throttle Diffstat:
throttle | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/throttle b/throttle @@ -6,8 +6,8 @@ NAME="$1" shift BLOCK=7200 -GRACE=2 -WAIT=1 +GRACE=120 +WAIT=10 DIR="$HOME/temp/throttle" FILE="$DIR/$NAME"