From 8ddc300a1189b9d27b18b8841235db008eb1dea3 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 6 Sep 2015 03:39:48 +0200 Subject: [PATCH] #138 bump http_timeout to 2 seconds we run into the timeout quite frequently, even on a fast network. 2s should be long enough for mojang to reply --- config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.js b/config.example.js index 4e24d50..df972f5 100644 --- a/config.example.js +++ b/config.example.js @@ -27,7 +27,7 @@ var config = { browser: 3600 // seconds until browser will request image again }, server: { - http_timeout: 1000, // ms until connection to Mojang is dropped + http_timeout: 2000, // ms until connection to Mojang is dropped debug_enabled: false, // enables logging.debug log_time: true // set to false if you use an external logger that provides timestamps }