Skip to content

Commit

Permalink
Lower refresh interval on iOS (did not impact battery life as anticip…
Browse files Browse the repository at this point in the history
…ated)
  • Loading branch information
smilindave26 committed May 26, 2023
1 parent a55ef11 commit 013c8d5
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 @@ -439,7 +439,7 @@ import CZitiPrivate
#if os(macOS)
let refresh_interval = 15
#else
let refresh_interval = 300
let refresh_interval = 30
#endif

zitiOpts = ziti_options(config: nil,
Expand Down

0 comments on commit 013c8d5

Please sign in to comment.