@@ -927,15 +927,6 @@ LEVEL = Info
927
927
; ; Valid site url schemes for user profiles
928
928
; VALID_SITE_URL_SCHEMES=http,https
929
929
; ;
930
- ; ; Enable request quality of service and load shedding.
931
- ; QOS_ENABLED = false
932
- ; ; The number of requests that are in flight to service before queuing
933
- ; ; begins. Default is 4 * number of CPUs
934
- ; QOS_MAX_INFLIGHT =
935
- ; ; The maximum number of requests that can be enqueued before they will be dropped.
936
- ; QOS_MAX_WAITING = 100
937
- ; ; The target time for a request to be enqueued before it might be dropped.
938
- ; QOS_TARGET_WAIT_TIME = 50ms
939
930
940
931
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
941
932
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -956,6 +947,21 @@ LEVEL = Info
956
947
; DISABLE_CODE_PAGE = false
957
948
; ;
958
949
950
+ ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
951
+ ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
952
+ ; [service.qos]
953
+ ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
954
+ ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
955
+ ; ; Enable request quality of service and load shedding.
956
+ ; ENABLED = false
957
+ ; ; The number of requests that are in flight to service before queuing
958
+ ; ; begins. Default is 4 * number of CPUs
959
+ ; MAX_INFLIGHT =
960
+ ; ; The maximum number of requests that can be enqueued before they will be dropped.
961
+ ; MAX_WAITING = 100
962
+ ; ; The target time for a request to be enqueued before it might be dropped.
963
+ ; TARGET_WAIT_TIME = 50ms
964
+
959
965
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
960
966
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
961
967
; ; Other Settings
0 commit comments