First of all, I appreciate the simplification done by this mod in removing the need to specify a provide threshold.
I am aware of the part of documentation stating that a custom provide threshold can be implemented with a decider combinator. However, I have no idea how to override the provide threshold with a lower threshold. Or in other words, how do I trigger a train to pickup from a station with insufficient items to fulfill the requesters, without modifying the requesters' request threshold?
It is not a common use case but in my setup I will sometimes require a lowered provide threshold to:
1. Decommission stations where I need to force items out regardless of request thresholds
2. Implement clean-up station, same reason as above
Both of which I wish to achieve without the need to alter the requesters' threshold - so that the items can flow according to the requesters' scheme.