mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd:Ⓜ️:fed::well_known: Fix expiration condition.
This commit is contained in:
parent
dc388a0f09
commit
676e657368
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ try
|
|||
|
||||
const bool cache_expired
|
||||
{
|
||||
req.expires + seconds(cache_max) < now<system_point>()
|
||||
req.expires < now<system_point>()
|
||||
};
|
||||
|
||||
const bool cache_result
|
||||
|
|
Loading…
Reference in a new issue