Add 429 logging

This commit is contained in:
Zed
2023-08-31 01:29:54 +02:00
parent 37b58a5a7e
commit 282ce8b0e9
3 changed files with 2 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ proc invalidate*(account: var GuestAccount) =
if idx > -1: accountPool.delete(idx)
account = nil
proc release*(account: GuestAccount; invalid=false) =
proc release*(account: GuestAccount) =
if account.isNil: return
dec account.pending