Skip to content

Commit

Permalink
Merge pull request #330 from tangem/IOS-4905_decrese_interval
Browse files Browse the repository at this point in the history
IOS-4905 Decrease interval
  • Loading branch information
tureck1y authored Nov 20, 2023
2 parents 169b69b + ffd6daa commit dddb7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TangemSdk/TangemSdk/Common/NFC/NFCReader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ extension NFCReader: CardReader {
Log.nfc("Restart polling interval is: \(interval)")

// 20 is too much because of time inaccuracy
if interval >= 19 {
if interval >= 18 {
Log.nfc("Ignore restart polling")
return
}
Expand Down

0 comments on commit dddb7ef

Please sign in to comment.