Skip to content

Commit c28f981

Browse files
committed
ios detect timeout
1 parent 0c5815f commit c28f981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets_js_bitrequest_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ function finish_functions() {
588588
if (glob_const.is_ios_app === false) {
589589
check_params();
590590
}
591-
}, 1500);
591+
}, 500);
592592
}
593593

594594
// Updates HTML document language and meta tag attributes based on current language code

0 commit comments

Comments
 (0)