Skip to content

Commit

Permalink
Update Transient.swift to allow configurable one time code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordWei authored Aug 15, 2023
1 parent d0dfb66 commit 7726549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PerfectAuth/Transient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public final class Transient {
case invalidCode
case expired
}
public static let minimalRetrySeconds = 60
public static var minimalRetrySeconds = 60
public static let expirySeconds = 900 // 15 minutes
public static let dbPath = "/tmp/perfect-transient.sqlite3"
private static let queue = DispatchQueue(label: UUID().uuidString)
Expand Down

0 comments on commit 7726549

Please sign in to comment.