From 1ade196fb2005cef09409827ad743abbe97a90ed Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Sun, 27 Mar 2016 02:35:11 -0400 Subject: [PATCH] Default tmate messages to 15s --- options-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options-table.c b/options-table.c index eb87d8a9..6b0c248b 100644 --- a/options-table.c +++ b/options-table.c @@ -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",