[Automate] fix crabpot performance issue
Pathoschild opened this issue ยท 2 comments
Automate causes noticeable stutters if you have many (>375) crabpots connected to chests which don't contain bait. Once per second they'll all try to pull bait from the connected chests at once and cause a momentary skip.
See:
This should be fixed by local storage indexes (#307).