diff options
author | Ikko Eltociear Ashimine <[email protected]> | 2024-03-17 02:56:04 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-16 18:56:04 +0100 |
commit | cd110a8995130fbdf7981cb8fd4866e5ae2ccbf9 (patch) | |
tree | 9aaa840b46a24429aadff093003ef718544b8cc9 /CONTRIBUTING.md | |
parent | ab1afb0ed8838117f00a70fcf507ffedfb00c414 (diff) | |
download | Paper-cd110a8995130fbdf7981cb8fd4866e5ae2ccbf9.tar.gz Paper-cd110a8995130fbdf7981cb8fd4866e5ae2ccbf9.zip |
[ci skip] Update CONTRIBUTING.md (#10318)
tempermental -> temperamental
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2fa410d3c..19f656419d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -319,7 +319,7 @@ Subject: [PATCH] revert serverside behavior of keepalives This patch intends to bump up the time that a client has to reply to the server back to 30 seconds as per pre 1.12.2, which allowed clients more than enough time to reply potentially allowing them to be less -tempermental due to lag spikes on the network thread, e.g. that caused +temperamental due to lag spikes on the network thread, e.g. that caused by plugins that are interacting with netty. We also add a system property to allow people to tweak how long the server |