mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-27 11:31:06 +01:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
export const LOAD_BALANCE_MODES = [
|
|
"round_robin",
|
|
"least_conn",
|
|
"ip_hash",
|
|
];
|