Skip to content

Commit 450ab15

Browse files
easyCZroboquat
authored andcommitted
[configcat] Poll every 3 minutes for dashboard flags
1 parent cbe7c8c commit 450ab15

File tree

1 file changed

+1
-0
lines changed
  • components/dashboard/src/experiments

1 file changed

+1
-0
lines changed

components/dashboard/src/experiments/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function newProductionConfigCatClient(): Client {
3737
const clientKey = "WBLaCPtkjkqKHlHedziE9g/TwAe6YyftEGPnGxVRXd0Ig";
3838
const client = configcat.createClient(clientKey, {
3939
logger: configcat.createConsoleLogger(LogLevel.Error),
40+
pollIntervalSeconds: 60 * 3, // 3 minutes
4041
maxInitWaitTimeSeconds: 0,
4142
});
4243

0 commit comments

Comments
 (0)