The first one (hub tick frequency) is how often a mining hub will search for a free spot to place a logistics mining drill.NoriSilverrage wrote:What do the config changes do?
LOGISTICS_HUB_TICK_FREQUENCY = 20 -- 20 ticks = 0.33s
LOGISTICS_DRILL_TICK_FREQUENCY = 300 -- 300 ticks = 5s
LOGISTICS_DRILL_BATTERY_CHARGED = 75 -- power in MJ
+MAX_CONSTRUCTION_REQUESTS = 25 -- per mining hub
Specifically the first 2. As I understand the drilling speed, the drill mines about 0.4 units a second, so if the tick is what I think, does it let it mine 2 items before it requests pickup?
The second one is how often logistics drills are updated, to check if the ore underneath has been depleted and a deconstruction request should be made.