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