Skip to content

Commit 5e103aa

Browse files
committed
Do not increase verification check interval if first fails
1 parent 0e5d6f9 commit 5e103aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lvmnps/actor/actor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ async def _check_internal(self):
129129
if result is False:
130130
raise VerificationError("NPS verification failed.")
131131
except Exception as err:
132-
self.check_interval = 5 # Speed up checks
133132
raise CheckError(str(err), error_code=NPSErrorCodes.VERIFICATION_FAILED)
134133

135134
self.check_interval = CHECK_INTERVAL

0 commit comments

Comments
 (0)