#question "MaxConnections" #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changes the value of "MaxConnections: 2" more is better? How does this affect performance database or CPU/RAM consumption?
Its jedis pool connections which might increases messages per second
as ham1255 said above, when there's ping between the redis server and your minecraft server, higher connections count can help
however I haven't noticed much difference with higher max connections count myself, using 2 has been just fine for me (I didn't test very much)
if you aren't having issues with messages being delivered too slowly... I guess it shouldn't matter for you
I forgot to mention that it doesnt effect performance its the case for 1.3.2 which is unreleased yet (under-testing)