Skip to content

Commit 204d514

Browse files
committed
corrected the infinite loop
1 parent 1b1ad2b commit 204d514

File tree

5 files changed

+206
-188
lines changed

5 files changed

+206
-188
lines changed

packages/remote-config/src/api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ export async function fetchConfig(remoteConfig: RemoteConfig): Promise<void> {
165165
await rc._client.fetch({
166166
cacheMaxAgeMillis: rc.settings.minimumFetchIntervalMillis,
167167
signal: abortSignal,
168-
customSignals
168+
customSignals,
169+
//fetchType: 'BASE',
169170
});
170171

171172
await rc._storageCache.setLastFetchStatus('success');

0 commit comments

Comments
 (0)