Always set ADB entry expiration to now + ADB_ENTRY_WINDOW
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.