mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-23 04:28:01 +00:00
Re-enable JMX
This commit is contained in:
parent
51c769fd79
commit
57dc386a17
@ -438,7 +438,6 @@ public final class RedisBungee extends Plugin {
|
||||
// Create the pool...
|
||||
JedisPoolConfig config = new JedisPoolConfig();
|
||||
config.setMaxTotal(configuration.getInt("max-redis-connections", 8));
|
||||
config.setJmxEnabled(false);
|
||||
JedisPool pool = new JedisPool(config, redisServer, redisPort, 0, finalRedisPassword);
|
||||
|
||||
// Reset classloader and return the pool
|
||||
|
Loading…
Reference in New Issue
Block a user