Decrease feed update interval

This commit is contained in:
James Grugett 2022-05-17 16:53:35 -04:00
parent ed41d99484
commit 85a182b7f2

View File

@ -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()