fix: Set redis expiry in seconds (#7456)

* fix: Set redis expiry in seconds

* change expiry for github and iframely
This commit is contained in:
Hemachandar
2024-08-24 18:06:12 +05:30
committed by GitHub
parent a59215d27c
commit e3cd9af6df
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ if (enabled) {
},
{
type: Hook.UnfurlProvider,
value: { unfurl: GitHub.unfurl, cacheExpiry: Minute },
value: { unfurl: GitHub.unfurl, cacheExpiry: Minute / 1000 },
},
{
type: Hook.Uninstall,