Skip to content

Commit

Permalink
Speed up the feature manager check.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKleineKobini committed Nov 9, 2024
1 parent e4ba7e1 commit 003313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/scripts/global/functions/requires.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ function requireFeatureManager() {

clearInterval(featureManagerIntervalID);
resolve();
}, 500);
}, 100);
});
}

0 comments on commit 003313e

Please sign in to comment.