File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -960,7 +960,7 @@ LEVEL = Info
960
960
; ; The maximum number of requests that can be enqueued before they will be dropped.
961
961
; MAX_WAITING = 100
962
962
; ; The target time for a request to be enqueued before it might be dropped.
963
- ; TARGET_WAIT_TIME = 50ms
963
+ ; TARGET_WAIT_TIME = 250ms
964
964
965
965
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
966
966
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Original file line number Diff line number Diff line change @@ -291,5 +291,5 @@ func loadQosSetting(rootCfg ConfigProvider) {
291
291
Service .QoS .Enabled = sec .Key ("ENABLED" ).MustBool (false )
292
292
Service .QoS .MaxInFlightRequests = sec .Key ("MAX_INFLIGHT" ).MustInt (4 * runtime .NumCPU ())
293
293
Service .QoS .MaxWaitingRequests = sec .Key ("MAX_WAITING" ).MustInt (100 )
294
- Service .QoS .TargetWaitTime = sec .Key ("TARGET_WAIT_TIME" ).MustDuration (50 * time .Millisecond )
294
+ Service .QoS .TargetWaitTime = sec .Key ("TARGET_WAIT_TIME" ).MustDuration (250 * time .Millisecond )
295
295
}
You can’t perform that action at this time.
0 commit comments