Skip to content

Commit bdc9390

Browse files
committed
chore: fix
1 parent 743b030 commit bdc9390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-query-orchestrator/src/orchestrator/QueryCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ export class QueryCache {
884884

885885
if (opts.useInMemory) {
886886
this.memoryCache.set(redisKey, cachedResult, {
887-
ttl: opts.renewalThreshold
887+
ttl: opts.renewalThreshold * 1000
888888
});
889889
}
890890

0 commit comments

Comments
 (0)