diff --git a/functions/src/update-feed.ts b/functions/src/update-feed.ts index 6c58970a..104473c1 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 15 minutes') + .schedule('every 60 minutes') .onRun(async () => { const userBatches = await getUserBatches()