reduce interval

This commit is contained in:
spaced4ndy
2024-06-27 22:34:07 +04:00
parent 44720ecb0c
commit dcbe00a261
@@ -271,7 +271,7 @@ struct SubsStatusIndicator: View {
// Constants for the intervals
let initialInterval: TimeInterval = 1.0
let regularInterval: TimeInterval = 5.0
let regularInterval: TimeInterval = 3.0
let initialPhaseDuration: TimeInterval = 10.0 // Duration for initial phase in seconds
var body: some View {