You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LaunchDarkly/LaunchDarkly/LDClient.swift
+24-30Lines changed: 24 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -384,22 +384,18 @@ public class LDClient {
384
384
if timeout >LDClient.longTimeoutInterval {
385
385
os_log("%s LDClient.identify was called with a timeout greater than %f seconds. We recommend a timeout of less than %f seconds.", log: config.logger, type:.info,self.typeName(and: #function),LDClient.longTimeoutInterval,LDClient.longTimeoutInterval)
0 commit comments