mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/client/sync: Fix timeout rel/abs regression.
This commit is contained in:
parent
f588dad9eb
commit
35d3e71020
1 changed files with 1 additions and 1 deletions
|
@ -1108,7 +1108,7 @@ try
|
|||
}
|
||||
,timesout
|
||||
{
|
||||
std::clamp
|
||||
ircd::now<system_point>() + std::clamp
|
||||
(
|
||||
request.query.get("timeout", milliseconds(timeout_default)),
|
||||
milliseconds(timeout_min),
|
||||
|
|
Loading…
Reference in a new issue