Skip to content

Everest Patch

Pre-release
Pre-release
Compare
Choose a tag to compare
@StephenButtolph StephenButtolph released this 25 Aug 00:09
· 7888 commits to dev since this release
02cf513

This release:

  • Fixes a bug in the adaptive network timeouts. Previously network timeouts were uncapped. Additionally the timeout multiplier was set to 2. This resulted in timeouts growing much larger than expected. We've introduced a cap to the timeout value and reduced the multiplier to 1.1 to prevent excessively large timeouts.
  • Updates how plugin processes are executed to support running plugins on windows.
  • Includes other small performance / code hygiene updates.