Skip to content

Commit

Permalink
Closes #6741 Adjust beacon script timeout (#6855)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Lee <michaelleemichaellee408@gmail.com>
  • Loading branch information
Khadreal and jeawhanlee authored Aug 9, 2024
1 parent 24751d7 commit 48d8afa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion assets/js/wpr-beacon.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@
this.config = config;
this.lcpBeacon = null;
this.infiniteLoopId = null;
this.scriptTimer = /* @__PURE__ */ new Date();
this.errorCode = "";
this.logger = new Logger_default(this.config.debug);
}
async init() {
this.scriptTimer = /* @__PURE__ */ new Date();
if (!await this._isValidPreconditions()) {
this._finalize();
return;
Expand Down
2 changes: 1 addition & 1 deletion assets/js/wpr-beacon.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 48d8afa

Please sign in to comment.