From 850080e2c39dfa7594eab935d4fb9d3ba0a61455 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Sat, 29 Feb 2020 01:17:27 +1000 Subject: Change snekbox timeout to 6 seconds. This is to attempt to avoid matching the bot's typing event being resent at the 5 second mark, which seems to be causing it to hang around after the timeout message. --- snekbox.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snekbox.cfg b/snekbox.cfg index 2e8b2e0..38f3ade 100644 --- a/snekbox.cfg +++ b/snekbox.cfg @@ -5,7 +5,7 @@ mode: ONCE hostname: "snekbox" cwd: "/snekbox" -time_limit: 5 +time_limit: 6 keep_env: false envar: "LANG=en_US.UTF-8" -- cgit v1.2.3