summaryrefslogtreecommitdiffstats
path: root/fnet
diff options
context:
space:
mode:
Diffstat (limited to 'fnet')
-rw-r--r--fnet/src/vespa/fnet/connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnet/src/vespa/fnet/connection.h b/fnet/src/vespa/fnet/connection.h
index b4272b91cef..760b1b96d4d 100644
--- a/fnet/src/vespa/fnet/connection.h
+++ b/fnet/src/vespa/fnet/connection.h
@@ -58,9 +58,9 @@ public:
};
enum {
- FNET_READ_SIZE = 16384,
+ FNET_READ_SIZE = 32768,
FNET_READ_REDO = 10,
- FNET_WRITE_SIZE = 16384,
+ FNET_WRITE_SIZE = 32768,
FNET_WRITE_REDO = 10
};