aboutsummaryrefslogtreecommitdiff
path: root/src/client_new.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-04 10:34:12 +0100
committerAnton Khirnov <anton@khirnov.net>2020-03-19 13:48:47 +0100
commitadf870c1668b9d7de738b4915820459a152fc817 (patch)
tree4667df21eeedb6254144d0be5a97d24fbfc761c6 /src/client_new.c
parentaa9dbb827555938adfb79acade4356cc0b83ca7f (diff)
tmp
Diffstat (limited to 'src/client_new.c')
-rw-r--r--src/client_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client_new.c b/src/client_new.c
index 4dba4d88..d32e9f5e 100644
--- a/src/client_new.c
+++ b/src/client_new.c
@@ -102,7 +102,7 @@ client_new(struct player_control *player_control,
G_IO_IN|G_IO_ERR|G_IO_HUP,
client_in_event, client);
- client->input = fifo_buffer_new(4096);
+ client->input = fifo_buffer_new(16*4096);
client->permission = getDefaultPermissions();
client->uid = uid;