0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 12:48:54 +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; std::ostream &out;
bool html {false}; bool html {false};
seconds timeout {30}; seconds timeout {45};
string_view special; string_view special;
operator std::ostream &() operator std::ostream &()