From f07adc721be262b08629fd10a3d789a3b169dfe2 Mon Sep 17 00:00:00 2001 From: Maxim Sabin <46656298+sabinM1@users.noreply.github.com> Date: Sat, 19 Jun 2021 22:28:41 +0300 Subject: [PATCH] Fix Purpur docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef10bd6..e6d7cdc 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ This allows you to set the cap for the size of a packet before the server attemp You can enable purpur's alternate keepalive system so players with bad connection don't get timed out as often. Has known incompatibility with TCPShield. > Enabling this sends a keepalive packet once per second to a player, and only kicks for timeout if none of them were responded to in 30 seconds. Responding to any of them in any order will keep the player connected. AKA, it won't kick your players because 1 packet gets dropped somewhere along the lines -~ https://pl3xgaming.github.io/PurpurDocs/Configuration/#use-alternate-keepalive +~ https://purpur.pl3x.net/docs/Configuration/#use-alternate-keepalive ---