Merge branch 'master' of ssh://184.154.0.242:7999/min/Mineplex

This commit is contained in:
Jonathan Williams 2015-03-08 13:48:52 -07:00
commit 72ca1005b3
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ public class ServerCommandManager
*/
private ServerCommandManager()
{
_writePool = Utility.getPool(true);
_readPool = Utility.getPool(false);
_writePool = Utility.generatePool(new ConnectionData("10.33.53.16", 6377)); // Hardcoded connection to standalone redis instance
_readPool = _writePool;
_commandTypes = new HashMap<String, CommandType>();
initialize();