mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#9529 pcache: update refresh_time after query refresh
This commit is contained in:
parent
6d285a33f8
commit
c63216abdc
@ -3641,6 +3641,7 @@ consistency_check(
|
||||
*/
|
||||
if ( query->expiry_time > op->o_time ) {
|
||||
refresh_query( op, query, on );
|
||||
query->refresh_time = op->o_time + templ->ttr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user