Decrease feed update interval
This commit is contained in:
parent
ed41d99484
commit
85a182b7f2
|
@ -42,7 +42,7 @@ const getUserBatches = async () => {
|
|||
}
|
||||
|
||||
export const updateFeed = functions.pubsub
|
||||
.schedule('every 5 minutes')
|
||||
.schedule('every 15 minutes')
|
||||
.onRun(async () => {
|
||||
const userBatches = await getUserBatches()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user