Supplier pipe requesting WAY more items than needed
Cabu opened this issue ยท 4 comments
I have a supplier pipe in Infinite mode to fill a buffer chest of crafted items. But when it trigger to refill 4 or 5 stacks, the pipe request 2000-3000 more items than really needed :/ It is particularly visible with slow crafting (eg: metal former without boosts)
Is it possible for the supplier pipe to only request some more items only if the previous request is fulfilled?
you set it to infinite mode, so it requests all it can, if you want it to only keep 4 or 5 stacks, put 4 or 5 stacks in the pipe and put it on either partial, bulk50 or bulk100
Infinite refill should still respect space constraints, like all deliveries.
Space is reserved on send, and should be checked before any send. The
exception is links which takes over 5(iirc) seconds to deliver, they time
out and release their space reservation, allowing more to be sent in the
case of a dropped item, or other exceptional conditions.
On 7 Feb 2014 05:11, "AEnterprise" [email protected] wrote:
you set it to infinite mode, so it requests all it can, if you want it to
only keep 4 or 5 stacks, put 4 or 5 stacks in the pipe and put it on either
partial, bulk50 or bulk100Reply to this email directly or view it on GitHubhttps://github.com//issues/264#issuecomment-34352332
.
It might be possible to "fix" this by adding a dynamic "reservation time" in the supplier pipe GUI, so that suppliers for request that might take a long time can have the reservation time bumped up to a higher value.