mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
fix: remove custom refresh interval for UnleashClient
This commit is contained in:
parent
311d75be28
commit
3b84db7d61
@ -29,7 +29,6 @@ export const UnleashFlagProvider: FC<{ children?: React.ReactNode }> = ({
|
|||||||
client = new UnleashClient({
|
client = new UnleashClient({
|
||||||
url: UNLEASH_API,
|
url: UNLEASH_API,
|
||||||
clientKey: token || 'offline',
|
clientKey: token || 'offline',
|
||||||
refreshInterval: 1,
|
|
||||||
appName: 'Unleash Cloud UI',
|
appName: 'Unleash Cloud UI',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user