increased inactivity time

This commit is contained in:
Monica Moniot
2022-12-01 01:17:15 -05:00
parent e963ac916c
commit 97fae04281
2 changed files with 2 additions and 1 deletions

View File

@@ -93,3 +93,4 @@ Version: 1.0.6
Date: 2022-11-30 Date: 2022-11-30
Features: Features:
- Added depot bypass - Added depot bypass
- Increased inactivity time so burner inserters are fast enough to trigger it

View File

@@ -22,7 +22,7 @@ OPERATION_DEPOT = "+"
OPERATION_WAGON_MANIFEST = "-" OPERATION_WAGON_MANIFEST = "-"
NETWORK_SIGNAL_DEFAULT = {name="signal-A", type="virtual"} NETWORK_SIGNAL_DEFAULT = {name="signal-A", type="virtual"}
INACTIVITY_TIME = 60 INACTIVITY_TIME = 100
DELTA = 1/2048 DELTA = 1/2048