Skip to content

Commit

Permalink
increase service poll from 30s to 90s on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Nov 19, 2024
1 parent bfaa617 commit 10c743d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ziti.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 10c743d

Please sign in to comment.