summary refs log tree commit diff homepage
path: root/config.json
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2016-01-23 18:58:39 -0500
committerdestruc7i0n <destruc7i0n@users.noreply.github.com>2016-01-23 18:58:39 -0500
commit7dd1e60f5069c7d4c5993d7f51fa351f66e9e2f4 (patch)
tree46e0a9af403b19820af7a6be99263315aa1b9650 /config.json
parentAdd Suggestions and fix one comment (diff)
parentOnly have one RCON reconnect at the same time (diff)
downloadshulker-7dd1e60f5069c7d4c5993d7f51fa351f66e9e2f4.tar.gz
shulker-7dd1e60f5069c7d4c5993d7f51fa351f66e9e2f4.zip
Merge pull request #6 from SecretOnline/rcon-error
Fix RCON errors when Minecraft server goes down
Diffstat (limited to '')
-rw-r--r--config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json b/config.json
index 48778d3..07e3895 100644
--- a/config.json
+++ b/config.json
@@ -9,5 +9,6 @@
     "WEBHOOK": "/minecraft/hook",
     "REGEX_MATCH_CHAT_MC": "\\[Server thread/INFO\\]: <(.*)> (.*)",
     "REGEX_IGNORED_CHAT": "packets too frequently",
+    "RCON_RECONNECT_DELAY": 10,
     "DEBUG": false
 }
\ No newline at end of file
-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe