Disabling token expiration

This commit is contained in:
PrivacyDev 2024-02-21 22:05:50 -05:00
parent 7d846ed759
commit cb0d360516
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ proc initAccountPool*(cfg: Config; path: string) =
quit 1 quit 1
let accountsPrePurge = accountPool.len let accountsPrePurge = accountPool.len
accountPool.keepItIf(not it.hasExpired) #accountPool.keepItIf(not it.hasExpired)
log "Successfully added ", accountPool.len, " valid accounts." log "Successfully added ", accountPool.len, " valid accounts."
if accountsPrePurge > accountPool.len: if accountsPrePurge > accountPool.len: