Hi. Thank you for your appreciation of my work.
One of the known reasons (and so far the only known one) for periodic freezes is a hack that allows you to save train interruptions. If you don't need them, turn off this hack in the mod settings - it should help.
What are the downsides of disabling that option? Could you explain why it exists? What happens if I disable it to reduce frame drops? Will my trains still operate correctly? If I reboot the server, will my trains continue running smoothly? I'd like to understand how disabling it might impact my trains.
Thanks! :)
When a delivery is created, the mod selects a train and changes its schedule. A specially designed API is used for this. However, this API has a flaw - interrupts (new in 2.0) configured for the train are deleted. Nothing can be done about this at the moment. But it turned out that interrupts can be changed in a blueprint. So I made a hack that creates a locomotive blueprint, changes it, saving the schedule, then places this locomotive on a hidden surface and copies the settings. This allows you to save interrupts. But creating a blueprint, as it turned out later, causes freezes. Therefore, this hack can be turned off, then the standard API will be used, but interrupts will be deleted during delivery. Upon returning to the depot, interrupts can be restored, because the train is placed in a group (also new in 2.0).
We are waiting for the standard API to stop deleting interrupts.
If you have set up interrupts so that the train goes to the refueling station on interruption, this may not work as expected because interrupts will be removed during delivery.