Removed restrictions
This commit is contained in:
@@ -771,7 +771,7 @@ async def async_main():
|
||||
try:
|
||||
# Initialize with max_accounts=3 for conservative start
|
||||
# Set max_accounts=None to process all accessible accounts
|
||||
grabber = ScheduledInsightsGrabber(max_accounts=3)
|
||||
grabber = ScheduledInsightsGrabber(max_accounts=None)
|
||||
|
||||
# Run scheduled collection (every 2 hours)
|
||||
await grabber.run_scheduled(
|
||||
|
||||
Reference in New Issue
Block a user