@@ -926,7 +926,6 @@ LEVEL = Info
926
926
; USER_DELETE_WITH_COMMENTS_MAX_TIME = 0
927
927
; ; Valid site url schemes for user profiles
928
928
; VALID_SITE_URL_SCHEMES=http,https
929
- ; ;
930
929
931
930
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
932
931
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -945,21 +944,28 @@ LEVEL = Info
945
944
; ;
946
945
; ; Disable the code explore page.
947
946
; DISABLE_CODE_PAGE = false
948
- ; ;
949
947
950
948
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
951
949
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
952
950
; [qos]
953
951
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
954
952
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
955
- ; ; Enable request quality of service and load shedding.
953
+ ; ;
954
+ ; ; Enable request quality of service and overload protection.
956
955
; ENABLED = false
957
- ; ; The number of requests that are in flight to service before queuing
958
- ; ; begins. Default is 4 * number of CPUs
956
+ ; ;
957
+ ; ; The maximum number of concurrent requests that the server will
958
+ ; ; process before enqueueing new requests. Default is "CpuNum * 4".
959
959
; MAX_INFLIGHT =
960
- ; ; The maximum number of requests that can be enqueued before they will be dropped.
960
+ ; ;
961
+ ; ; The maximum number of requests that can be enqueued before new
962
+ ; ; requests will be dropped.
961
963
; MAX_WAITING = 100
962
- ; ; The target time for a request to be enqueued before it might be dropped.
964
+ ; ;
965
+ ; ; Target maximum wait time a request may be enqueued for. Requests
966
+ ; ; that are enqueued for less than this amount of time will not be
967
+ ; ; dropped. When wait times exceed this amount, a portion of requests
968
+ ; ; will be dropped until wait times have decreased below this amount.
963
969
; TARGET_WAIT_TIME = 250ms
964
970
965
971
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -1455,7 +1461,6 @@ LEVEL = Info
1455
1461
; ; or use comma separated list: inline-dollar, inline-parentheses, block-dollar, block-square-brackets
1456
1462
; ; Defaults to "inline-dollar,block-dollar" to follow GitHub's behavior.
1457
1463
; MATH_CODE_BLOCK_DETECTION =
1458
- ; ;
1459
1464
1460
1465
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1461
1466
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
0 commit comments