ITS#9529 pcache: update refresh_time after query refresh

This commit is contained in:
Howard Chu 2021-04-21 22:32:42 +01:00
parent 6d285a33f8
commit c63216abdc

View File

@ -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;
}
}
}