mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +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({
|
||||
url: UNLEASH_API,
|
||||
clientKey: token || 'offline',
|
||||
refreshInterval: 1,
|
||||
appName: 'Unleash Cloud UI',
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user