Skip to content

Commit

Permalink
Do not increase verification check interval if first fails
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 11, 2025
1 parent 0e5d6f9 commit 5e103aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lvmnps/actor/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ async def _check_internal(self):
if result is False:
raise VerificationError("NPS verification failed.")
except Exception as err:
self.check_interval = 5 # Speed up checks
raise CheckError(str(err), error_code=NPSErrorCodes.VERIFICATION_FAILED)

self.check_interval = CHECK_INTERVAL
Expand Down

0 comments on commit 5e103aa

Please sign in to comment.