Skip to content

v1.6.1-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mmx233 Mmx233 released this 24 Sep 16:13
· 5 commits to main since this release
a8b3d16

Release Notes

  • 支持为登录启用积分退避重试功能
  • Fixes and improvements

Config Change

New Lines:

settings:
  backoff:
    enable: false
    max_retries: 0
    initial_duration: 2
    max_duration: 300
    exponent_factor: 1
    inter_const_factor: 0
    outer_const_factor: 0

Also see readme for v1.6.1-beta1