mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-16 17:12:21 +03:00
This works by checking on _any_ event the status of the cargo vs the current stored version. If the live cargo differs from the updated cargo, _and_ we have not sent any update in the past 45 seconds (as this would have contained the cargo anyway), we queue an actual send to the API. This unfortunately isn't checked only when docked, but on the plus side miners will be happy to have their cargo updated relatively often. Fixes #477. Possibly not quite what they wanted, but its about as close as this will get