Skip to content

Commit

Permalink
Merge pull request #531 from DICOT4/patch-1
Browse files Browse the repository at this point in the history
Multiplication symbol correction
  • Loading branch information
andrechristikan authored Oct 7, 2024
2 parents 44cf1d4 + 3664bf4 commit d556360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/redis.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default registerAs(
password: process.env.REDIS_PASSWORD,
tls: process.env.REDIS_TLS === 'true' ? {} : null,
cached: {
ttl: 5 & 1000, // 5 mins
ttl: 5 * 1000, // 5 mins
max: 10,
},
})
Expand Down

0 comments on commit d556360

Please sign in to comment.