Default tmate messages to 15s

This commit is contained in:
Nicolas Viennot 2016-03-27 02:35:11 -04:00
parent 9b5bb8390c
commit 1ade196fb2

View File

@ -939,7 +939,7 @@ const struct options_table_entry options_table[] = {
.scope = OPTIONS_TABLE_SESSION,
.minimum = 1,
.maximum = INT_MAX,
.default_num = 30000
.default_num = 15000
},
{ .name = "tmate-webhook-userdata",