Skip to content

Commit 756bf96

Browse files
authored
Update config-settings.rst
1 parent 3b4d3df commit 756bf96

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/administration/config-settings.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,15 +1930,17 @@ Maximum number of requests allowed beyond the per second query limit.
19301930

19311931
Memory Store Size
19321932
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1933-
Maximum number of user sessions connected to the system as determined by **VaryByRemoteAddr** and **VaryByHeader** variables.
1933+
Maximum number of user sessions connected to the system as determined by **VaryByRemoteAddr** and **VaryByHeader** variables.
1934+
1935+
Typically set to the number of users in the system
19341936

19351937
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
19361938
| This feature's ``config.json`` setting is ``"MemoryStoreSize": 10000`` with whole number input. |
19371939
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
19381940

19391941
Vary rate limit by remote address
19401942
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1941-
**True**: Rate limit API access by IP address.
1943+
**True**: Rate limit API access by IP address. Recommended to set to ``true`` if you're using a proxy.
19421944

19431945
**False**: Rate limiting does not vary by IP address.
19441946

@@ -1948,7 +1950,7 @@ Vary rate limit by remote address
19481950

19491951
Vary rate limit by HTTP header
19501952
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1951-
Vary rate limiting by HTTP header field specified (e.g. when configuring Ngnix set to "X-Real-IP", when configuring AmazonELB set to "X-Forwarded-For").
1953+
Vary rate limiting by HTTP header field specified (e.g. when configuring Ngnix set to "X-Real-IP", when configuring AmazonELB set to "X-Forwarded-For"). Recommended to be set if you're using a proxy.
19521954

19531955
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
19541956
| This feature's ``config.json`` setting is ``"VaryByHeader": ""`` with string input. |

0 commit comments

Comments
 (0)