Take delete_device_after into account when calculating ephemeral loop timeout

This commit is contained in:
link2xt
2022-04-10 19:54:44 +00:00
parent 69bd5d2ab0
commit 92f0e8472b
2 changed files with 70 additions and 10 deletions

View File

@@ -2,6 +2,10 @@
## Unreleased
### Fixes
- Take `delete_device_after` into account when calculating ephemeral loop timeout #3211
### Changes
- Further improve finding the correct server after logging in #3208