diff --git a/cybersyn/changelog.txt b/cybersyn/changelog.txt index cfee492..32e1c1c 100644 --- a/cybersyn/changelog.txt +++ b/cybersyn/changelog.txt @@ -93,3 +93,4 @@ Version: 1.0.6 Date: 2022-11-30 Features: - Added depot bypass + - Increased inactivity time so burner inserters are fast enough to trigger it diff --git a/cybersyn/scripts/constants.lua b/cybersyn/scripts/constants.lua index 869cf7d..0881a22 100644 --- a/cybersyn/scripts/constants.lua +++ b/cybersyn/scripts/constants.lua @@ -22,7 +22,7 @@ OPERATION_DEPOT = "+" OPERATION_WAGON_MANIFEST = "-" NETWORK_SIGNAL_DEFAULT = {name="signal-A", type="virtual"} -INACTIVITY_TIME = 60 +INACTIVITY_TIME = 100 DELTA = 1/2048