Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Increase SF batch limit
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Aug 15, 2024
1 parent 8631aa7 commit ec97734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cio/src/sf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub async fn refresh_sf_leads(db: &Database, company: &Company) -> Result<()> {
.and(outside_webhook_time_window)
.and(has_company),
)
.limit(100)
.limit(1000)
.load_async::<RackLineSubscriber>(db.pool())
.await?;

Expand Down

0 comments on commit ec97734

Please sign in to comment.