2
0
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:
Tux 2015-11-15 12:23:59 -05:00
parent 51c769fd79
commit 57dc386a17

View File

@ -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