#question "MaxConnections" #13
Labels
No Label
Memory leak
Skript-bug
Suggestion
bug
completed
documentation
duplicate
enhancement
good first issue
help wanted
invalid
investigating
question
wontfix
work in progress
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Limework/RediSkript#13
Loading…
Reference in New Issue
Block a user
No description provided.
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)