core icon indicating copy to clipboard operation
core copied to clipboard

fix polling time

Open bergarces opened this issue 8 months ago • 0 comments

Explanation

The constant for polling DeFi positions called TEN_MINUTES_IN_MS was set to 60_000 instead of 600_000. Which causes more frequent polling than expected. This fixes the issue.

References

Changelog

Checklist

  • [X] I've updated the test suite for new or updated code as appropriate
  • [X] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • [X] I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • [X] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

bergarces avatar May 14 '25 14:05 bergarces