Since buffers are now global, bump the default buffer-limit a bit higher

to 20 rather than 9.
This commit is contained in:
Nicholas Marriott 2011-04-09 20:00:29 +00:00
parent 0a09d04e1b
commit 48a1169f4e

View File

@ -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",