Skip to content

Commit 2f17491

Browse files
committed
test
1 parent 66d26f7 commit 2f17491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LaunchDarkly/LaunchDarkly/LDClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ public class LDClient {
384384
if timeout > LDClient.longTimeoutInterval {
385385
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)
386386
}
387-
387+
// not precise run once logic
388388
var cancel = false
389389

390390
DispatchQueue.global().asyncAfter(deadline: .now() + timeout) {

0 commit comments

Comments
 (0)