Skip to content

Commit 7748a31

Browse files
committed
max_posts to 80
1 parent 54dcb6a commit 7748a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/scraping/instagram_feed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def get_seen_shortcodes():
240240
def process_recent_feed(
241241
loader,
242242
cutoff=datetime.now(timezone.utc) - timedelta(days=2),
243-
max_posts=30,
243+
max_posts=80,
244244
max_consec_old_posts=10,
245245
):
246246
# Process Instagram feed posts and extract event info. Stops

0 commit comments

Comments
 (0)