Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
last_proactive_refresh_opportunity_ = current_timestamp;
Do these need to get reset sometime? Maybe when there is a deferred request?
minimum_lifetime =
WDYT about logging the minimum_lifetime itself as part of this CL too? That way we know the lower bound proactive refresh. Extreme example: if most cookie minimum lifetimes are 5 minutes and proactive refresh logs suggest proactively refreshing 4 minutes before expiry is the best, we still wouldn't want to do that necessarily because that would try to refresh every minute.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |