From 120e29675666c416cf0a615e68a2179c9d2dabdc Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 23 May 2018 00:43:11 -0700 Subject: [PATCH] modules/console: Increase the default synapse. --- modules/console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/console.cc b/modules/console.cc index 9441f9ee7..ba09c85fa 100644 --- a/modules/console.cc +++ b/modules/console.cc @@ -33,7 +33,7 @@ struct opt { std::ostream &out; bool html {false}; - seconds timeout {30}; + seconds timeout {45}; string_view special; operator std::ostream &()