From 10c743d7fd4e8642a3bbd95f6ba43c7cea0e61cd Mon Sep 17 00:00:00 2001 From: Shawn Carey Date: Tue, 19 Nov 2024 09:26:03 -0500 Subject: [PATCH] increase service poll from 30s to 90s on iOS --- lib/Ziti.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Ziti.swift b/lib/Ziti.swift index 769e7a5..3db1101 100644 --- a/lib/Ziti.swift +++ b/lib/Ziti.swift @@ -408,7 +408,7 @@ import CZitiPrivate #if os(macOS) let refresh_interval = 15 #else - let refresh_interval = 30 + let refresh_interval = 90 #endif // convert key and id info to char * types that ziti-sdk-c can use.