mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
fix: change refresh interval from 1 to 0.
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.
This commit is contained in:
parent
c520e11892
commit
67269d9530
@ -12,7 +12,7 @@ function Root({ children }) {
|
|||||||
const unleashConfig = {
|
const unleashConfig = {
|
||||||
clientKey: customFields.unleashProxyClientKey,
|
clientKey: customFields.unleashProxyClientKey,
|
||||||
url: customFields.unleashProxyUrl,
|
url: customFields.unleashProxyUrl,
|
||||||
refreshInterval: 1,
|
refreshInterval: 0,
|
||||||
appName: `docs.getunleash.io-${customFields.environment}`,
|
appName: `docs.getunleash.io-${customFields.environment}`,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user