2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-22 20:28:00 +00:00

1 second is too short for some server logins. 1.75 is more realistic.

This commit is contained in:
Tux 2013-10-20 00:56:45 -04:00
parent 6b5e25f18c
commit bce3f0ffb7

View File

@ -286,7 +286,7 @@ public class RedisBungee extends Plugin implements Listener {
pool.returnResource(rsc);
}
}
}, 1, TimeUnit.SECONDS);
}, 1750, TimeUnit.MILLISECONDS);
}
}