mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
feat: enable frontend cache for everyone (#6546)
This commit is contained in:
parent
a5ad4267ab
commit
8c87e27b8a
@ -138,9 +138,7 @@ export class GlobalFrontendApiCache extends EventEmitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async onUpdateRevisionEvent() {
|
private async onUpdateRevisionEvent() {
|
||||||
if (this.config.flagResolver.isEnabled('globalFrontendApiCache')) {
|
await this.refreshData();
|
||||||
await this.refreshData();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private environmentNameForToken(token: IApiUser): string {
|
private environmentNameForToken(token: IApiUser): string {
|
||||||
|
Loading…
Reference in New Issue
Block a user