diff options
Diffstat (limited to 'src/ru/olamedia/olacraft/network/GameServer.java')
-rw-r--r-- | src/ru/olamedia/olacraft/network/GameServer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ru/olamedia/olacraft/network/GameServer.java b/src/ru/olamedia/olacraft/network/GameServer.java index 67dffc5..3d3832d 100644 --- a/src/ru/olamedia/olacraft/network/GameServer.java +++ b/src/ru/olamedia/olacraft/network/GameServer.java @@ -33,7 +33,7 @@ public class GameServer { private WorldProvider worldProvider; private ExecutorService threadPool = Executors.newFixedThreadPool(1); - public static Server server = new Server(70 * 1024 * 1024, 1024 * 1024) { + public static Server server = new Server(10 * 1024 * 1024, 1024 * 1024) { @Override protected PlayerConnection newConnection() { // By providing our own connection implementation, we can store per |