summaryrefslogtreecommitdiffstats
path: root/jrt
diff options
context:
space:
mode:
Diffstat (limited to 'jrt')
-rw-r--r--jrt/src/com/yahoo/jrt/Connection.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jrt/src/com/yahoo/jrt/Connection.java b/jrt/src/com/yahoo/jrt/Connection.java
index b8ed1b32eda..6521c7cb8a5 100644
--- a/jrt/src/com/yahoo/jrt/Connection.java
+++ b/jrt/src/com/yahoo/jrt/Connection.java
@@ -18,9 +18,9 @@ class Connection extends Target {
private static Logger log = Logger.getLogger(Connection.class.getName());
- private static final int READ_SIZE = 16384;
+ private static final int READ_SIZE = 32768;
private static final int READ_REDO = 10;
- private static final int WRITE_SIZE = 16384;
+ private static final int WRITE_SIZE = 32768;
private static final int WRITE_REDO = 10;
private static final int INITIAL = 0;