mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-07 00:24:17 +08:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"defaults": {
|
|
"lifecycle-config-revision": 1,
|
|
"observation-barrier-revision": 0,
|
|
"cpa-heartbeat-timeout": 3000000000,
|
|
"cpa-cancel-bound": 5000000000,
|
|
"reclaim-grace": 5000000000,
|
|
"cleanup-interval": 5000000000,
|
|
"release-flush-interval": "250ms",
|
|
"release-max-backoff": "2s",
|
|
"busy-retry-min": "250ms",
|
|
"busy-retry-max": "1s",
|
|
"max-limit": 1000000
|
|
},
|
|
"invalid": [
|
|
{
|
|
"node_heartbeat_timeout": 3000000000,
|
|
"config": {
|
|
"cpa-heartbeat-timeout": 3000000000,
|
|
"cpa-cancel-bound": 5000000000,
|
|
"reclaim-grace": 5000000000,
|
|
"cleanup-interval": 5000000000,
|
|
"release-flush-interval": "250ms",
|
|
"release-max-backoff": "2s",
|
|
"busy-retry-min": "250ms",
|
|
"busy-retry-max": "1s",
|
|
"max-limit": 1000000
|
|
}
|
|
},
|
|
{
|
|
"node_heartbeat_timeout": 20000000000,
|
|
"config": {
|
|
"cpa-heartbeat-timeout": 0,
|
|
"cpa-cancel-bound": 5000000000,
|
|
"reclaim-grace": 5000000000,
|
|
"cleanup-interval": 5000000000,
|
|
"release-flush-interval": "250ms",
|
|
"release-max-backoff": "2s",
|
|
"busy-retry-min": "250ms",
|
|
"busy-retry-max": "1s",
|
|
"max-limit": 1000000
|
|
}
|
|
}
|
|
]
|
|
}
|