summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-04-09 20:00:29 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-04-09 20:00:29 +0000
commit48a1169f4e16ac90a28cafeca15c3237fe9591b1 (patch)
tree41b626af26c10869f23d0480e2d21c467b9702cc /options-table.c
parent0a09d04e1b63f816fb2bf16570ef63418349a4bf (diff)
Since buffers are now global, bump the default buffer-limit a bit higher
to 20 rather than 9.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index f8f99314..e91222d3 100644
--- a/options-table.c
+++ b/options-table.c
@@ -55,7 +55,7 @@ const struct options_table_entry server_options_table[] = {
.type = OPTIONS_TABLE_NUMBER,
.minimum = 1,
.maximum = INT_MAX,
- .default_num = 9
+ .default_num = 20
},
{ .name = "escape-time",