Skip to content

Commit

Permalink
go faster
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed May 14, 2024
1 parent 8dd0f22 commit 50aa548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/astria-conductor/src/celestia/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ impl RateLimitedVerificationClient {
// We can however work around it: ServiceBuilder::boxed gives a BoxService, which is
// Send + Sync, but not Clone. We then then manually evoke Buffer::new to create a
// a Buffer<BoxService>, which is Send + Sync + Clone.
let requests_per_second = 15usize;
let requests_per_second = 500usize;
let service = tower::ServiceBuilder::new()
.boxed()
.rate_limit(
Expand Down

0 comments on commit 50aa548

Please sign in to comment.