mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-31 15:19:45 +07:00
feat: add check_tolerance to make node selection stable
This commit is contained in:
@ -37,6 +37,7 @@ type GlobalOption struct {
|
||||
TcpCheckOptionRaw TcpCheckOptionRaw // Lazy parse
|
||||
UdpCheckOptionRaw UdpCheckOptionRaw // Lazy parse
|
||||
CheckInterval time.Duration
|
||||
CheckTolerance time.Duration
|
||||
}
|
||||
|
||||
type InstanceOption struct {
|
||||
|
Reference in New Issue
Block a user