0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 07:18:20 +02:00

modules/console: Increase the default synapse.

This commit is contained in:
Jason Volk 2018-05-23 00:43:11 -07:00
parent f641076072
commit 120e296756

View file

@ -33,7 +33,7 @@ struct opt
{
std::ostream &out;
bool html {false};
seconds timeout {30};
seconds timeout {45};
string_view special;
operator std::ostream &()