Re-enable JMX

This commit is contained in:
Tux 2015-11-15 12:23:59 -05:00
parent 51c769fd79
commit 57dc386a17
1 changed files with 0 additions and 1 deletions

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