summaryrefslogtreecommitdiff
path: root/data/docs
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-06-12 19:36:36 +0200
committerYorhel <git@yorhel.nl>2016-06-12 19:36:36 +0200
commit45782a3388f2a353948f15af316ef11515026b06 (patch)
tree1c6f7e2454918c5e01f420f2a7a41d0c9a11e978 /data/docs
parent19b99638dc628bdd5cf56f9ca5cfbea14364bac8 (diff)
API: Increase some limits + set custom TCP keepalive values
Diffstat (limited to 'data/docs')
-rw-r--r--data/docs/116
1 files changed, 4 insertions, 2 deletions
diff --git a/data/docs/11 b/data/docs/11
index af0c718a..5e5962c7 100644
--- a/data/docs/11
+++ b/data/docs/11
@@ -42,8 +42,8 @@
<p>The following limits are enforced by the server, in order to limit the
server resources and prevent abuse of this service.</p>
<ul>
- <li>5 connections per IP. All connections that are opened after reaching this limit will be immediately closed.</li>
- <li>100 commands per 10 minutes per ip. Server will reply with a 'throttled' error (type="cmd") when reaching this limit.</li>
+ <li>10 connections per IP. All connections that are opened after reaching this limit will be immediately closed.</li>
+ <li>200 commands per 10 minutes per ip. Server will reply with a 'throttled' error (type="cmd") when reaching this limit.</li>
<li>
1 second of SQL time per minute per ip. SQL time is the total time taken to
run the database queries for each command. This depends on both the command
@@ -1492,6 +1492,8 @@ however still required.<br />
</p>
<b>2.25</b>
<ul>
+ <li>Increased connection limit per IP from 5 to 10</li>
+ <li>Increased command limit from 100 to 200 commands per 10 minutes</li>
<li>Added support for TLS</li>
<li>Added "screens" flag and member to "get vn"</li>
<li>Added "vns" flag and member to "get character"</li>