mirror of
https://github.com/outline/outline.git
synced 2026-04-23 02:31:56 -05:00
fix: Set redis expiry in seconds (#7456)
* fix: Set redis expiry in seconds * change expiry for github and iframely
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user