Skip to content

Commit 55a22c5

Browse files
accidently checked in resourceTimeout rediculously short
1 parent afea95e commit 55a22c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DemoSwiftApp/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
9999
})
100100

101101
// initialize Optimizely Client from a datafile download
102-
optimizely!.initializeSDK(resourceTimeout:0.001) { result in
102+
optimizely!.initializeSDK { result in
103103
switch result {
104104
case .failure(let error):
105105
print("Optimizely SDK initiliazation failed: \(error)")

0 commit comments

Comments
 (0)