Skip to content

Always set ADB entry expiration to now + ADB_ENTRY_WINDOW

Ondřej Surý requested to merge ondrej/fix-adb-entries-cleaning into main

When ADB entry was created it was set to never expire. If we never called any of the functions that adjust the expiration, it could linger in the ADB forever.

Set the expiration (.expires) to now + ADB_ENTRY_WINDOW when creating the new ADB entry to ensure the ADB entry will always expire.

Merge request reports