Skip to content

Commit

Permalink
rust too
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara committed Dec 24, 2024
1 parent 213f30c commit 559b7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-arroyo/src/processing/dlq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use crate::gauge;
use crate::types::{BrokerMessage, Partition, Topic, TopicOrPartition};

// This is a per-partition max
const MAX_PENDING_FUTURES: usize = 1000;
const MAX_PENDING_FUTURES: usize = 2000;

pub trait DlqProducer<TPayload>: Send + Sync {
// Send a message to the DLQ.
Expand Down

0 comments on commit 559b7ca

Please sign in to comment.