mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
modules/console: Increase the default synapse.
This commit is contained in:
parent
f641076072
commit
120e296756
1 changed files with 1 additions and 1 deletions
|
@ -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 &()
|
||||||
|
|
Loading…
Reference in a new issue