diff --git a/functions/src/update-feed.ts b/functions/src/update-feed.ts index 3c497b1f..be58bf01 100644 --- a/functions/src/update-feed.ts +++ b/functions/src/update-feed.ts @@ -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()