From 0ea7816fa862c4da75f15954b19cf6851c9d62f4 Mon Sep 17 00:00:00 2001 From: Govindas Date: Fri, 12 Feb 2021 12:51:00 +0200 Subject: [PATCH] Update config.yml --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 12be6a1..5749d4f 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -5,7 +5,7 @@ Redis: Host: "127.0.0.1" #must be 2 or higher, if you set to lower, the addon will automatically use 2 as a minimum #do not edit MaxConnections if you do not know what you're doing - #it is only useful to increase this number to account for PING between distant servers + #it is only useful to increase this number to account for PING between distant servers and when you are sending a lot of messages constantly MaxConnections: 2 #the default Redis port Port: 6379