2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-09-28 19:28:01 +00:00

change big uuid cache message to include the '/rb clean'

This commit is contained in:
mohammed jasem alaajel 2024-04-28 23:13:54 +04:00
parent c736f39e7f
commit 27358d2f5f
Signed by: ham1255
GPG Key ID: EF343502046229F4

View File

@ -34,7 +34,7 @@ public class InitialUtils {
}
long uuidCacheSize = unifiedJedis.hlen("uuid-cache");
if (uuidCacheSize > 750000) {
plugin.logInfo("Looks like you have a really big UUID cache! Run https://github.com/ProxioDev/Brains");
plugin.logInfo("Looks like you have a really big UUID cache! Run '/rb clean' to remove expired cache entries");
}
break;
}