Skip to content

v1.6.1

Latest
Compare
Choose a tag to compare
@Mmx233 Mmx233 released this 01 Oct 16:14
eac1e6d

Release Notes

  • 支持为多网卡认证添加等待间隔
  • 优化结构化日志
  • 支持为登录启用积分退避重试功能
  • Fixes and improvements

Config Change

New Lines:

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