Skip to content

Commit c124a46

Browse files
Changed feature flags cache
1 parent 80e9f66 commit c124a46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161
}
6262

6363
const featureFlags = await env.FEATURE_FLAGS.get<FeatureFlags | null>(`${userAgent.client}`, {
64-
cacheTtl: 3600,
64+
cacheTtl: 300,
6565
type: "json"
6666
});
6767

0 commit comments

Comments
 (0)