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