Skip to content

2.13.2

Choose a tag to compare

@github-actions github-actions released this 01 Jun 21:46
· 34 commits to main since this release

Bug fixes: RPC Interval

Bug fixes

  • Fixed an issue where the main RPC update interval (updateIntervalSec) was being reset to the default value (30) on load, even when a custom value (e.g. 5 or 10) was saved. Now the saved interval is correctly preserved and applied from localStorage without being overwritten by the default.

  • tag: broken