@@ -927,15 +927,6 @@ LEVEL = Info
927927; ; Valid site url schemes for user profiles
928928; VALID_SITE_URL_SCHEMES=http,https
929929; ;
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
939930
940931; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
941932; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -956,6 +947,21 @@ LEVEL = Info
956947; DISABLE_CODE_PAGE = false
957948; ;
958949
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+
959965; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
960966; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
961967; ; Other Settings
0 commit comments