mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-06-15 15:36:42 +00:00
Major changes.
* Some events are now handled asynchronously. * There is now support for a connection limit. * Fixed build under JDK8. * Player count is now cached again. Hopefully this means an increase in performance.
This commit is contained in:
@@ -7,6 +7,10 @@ redis-server: 127.0.0.1
|
||||
redis-port: 6379
|
||||
# OPTIONAL: If your Redis server uses AUTH, set the password required.
|
||||
redis-password: ""
|
||||
# Maximum connections that will be maintained to the Redis server.
|
||||
# The default is an unlimited number of connections.
|
||||
# You may need to lower this value in some setups.
|
||||
max-redis-connections: -1
|
||||
|
||||
# An identifier for this BungeeCord instance.
|
||||
server-id: iluvbungee
|
||||
|
||||
Reference in New Issue
Block a user