Is there a way to limit the amount of trains being handled by a single station?
Issue/idea behind is that if I do 4 chests loader/unloader per wagon, it takes 4 wagons to fill/empty the chest. If network designed poorly, trains will start to wait for blocked station, eventually clogging everything.
This is solvable on requester stations by requesting only 1/4 of capacity, but on a supply station, the way would be to add some logistic info that says there is only one wagon available, if more than that is available. But I still think there should be a nicer way to handle this.