Pārlūkot izejas kodu

Allow forced looping every 3min (instead of 4min)

Deniz Cengiz 1 gadu atpakaļ
vecāks
revīzija
793fbcea5a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Trio/Sources/Config/Config.swift

+ 1 - 1
Trio/Sources/Config/Config.swift

@@ -4,6 +4,6 @@ import SwiftDate
 enum Config {
     static let treatWarningsAsErrors = true
     static let withSignPosts = false
-    static let loopInterval = 4.minutes.timeInterval
+    static let loopInterval = 3.minutes.timeInterval
     static let eхpirationInterval = 10.minutes.timeInterval
 }