Skip to content

Commit 03392da

Browse files
authored
chore: update comment
1 parent 34881ce commit 03392da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apple/RNCWebViewManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ - (BOOL) webView:(RNCWebView *)webView
254254
request[@"lockIdentifier"] = @(_shouldStartLoadLock.condition);
255255
callback(request);
256256

257-
// Block the main thread for a maximum of 250ms until the JS thread returns
257+
// Block the main thread for a maximum of 500ms until the JS thread returns
258258
if ([_shouldStartLoadLock lockWhenCondition:0 beforeDate:[NSDate dateWithTimeIntervalSinceNow:.50]]) {
259259
BOOL returnValue = _shouldStartLoad;
260260
[_shouldStartLoadLock unlock];

0 commit comments

Comments
 (0)