Set adaptive throttles false by default because it doesn't play nice with AVN
codeavinationmerge
parent
07c26111af
commit
f025387f10
|
@ -467,7 +467,7 @@
|
||||||
; clients login by starting each connection more slowly. Disabled by
|
; clients login by starting each connection more slowly. Disabled by
|
||||||
; default
|
; default
|
||||||
;
|
;
|
||||||
enable_adaptive_throttles = true
|
enable_adaptive_throttles = false
|
||||||
|
|
||||||
; Per-client bytes per second rates for the various throttle categories.
|
; Per-client bytes per second rates for the various throttle categories.
|
||||||
; These are default values that will be overriden by clients. These
|
; These are default values that will be overriden by clients. These
|
||||||
|
|
Loading…
Reference in New Issue