Skip to content

0.4.2

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 26 Aug 13:26
· 108 commits to main since this release

Updated default connection heartbeat length

Previously, the default connection heartbeat was incorrectly set to 1ms. We've updated it to the value it was intended to be: 1000ms.

Sending a heartbeat every millisecond was excessive, and this change should improve performance slightly.

[0.4.2] - 2022-08-26

Fixed

  • Update default connection heartbeat length (PR #47)