From 75a3fee64a3d45a28259e977622f76b36e25c2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sat, 19 Sep 2015 11:14:46 +0200 Subject: [PATCH] Closes #1438. --- src/main/resources/application.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 82b994dd7..2d74bbc8a 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -465,8 +465,8 @@ opencomputers { # screens. This also controls how frequent distributors revalidate their # global state and secondary distributors, as well as how often the power # converter queries sources for energy (for now: only BuildCraft). If set - # to 1, this would query every tick. The default queries every 20 ticks, - # or in other words once per second. + # to 1, this would query every tick. The default queries every 10 ticks, + # or in other words twice per second. # Higher values mean more responsive power consumption, but slightly more # work per tick (shouldn't be that noticeable, though). Note that this # has no influence on the actual amount of energy required by computers