mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 08:33:17 +01:00
Since buffers are now global, bump the default buffer-limit a bit higher
to 20 rather than 9.
This commit is contained in:
parent
0a09d04e1b
commit
48a1169f4e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user