Skip to content

Commit

Permalink
fix: change refresh interval from 1 to 0.
Browse files Browse the repository at this point in the history
At the moment, we only need to check the features once. There's no
need to have things suddenly appear for users who have it loaded already.
  • Loading branch information
thomasheartman committed Mar 2, 2022
1 parent c520e11 commit 67269d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/theme/Root.js
Expand Up @@ -12,7 +12,7 @@ function Root({ children }) {
const unleashConfig = {
clientKey: customFields.unleashProxyClientKey,
url: customFields.unleashProxyUrl,
refreshInterval: 1,
refreshInterval: 0,
appName: `docs.getunleash.io-${customFields.environment}`,
};

Expand Down

0 comments on commit 67269d9

Please sign in to comment.