Skip to content

Commit

Permalink
bump from 2MiB to 3MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
r-birkner committed Oct 9, 2024
1 parent 890373c commit 345d2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routing/ic/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use url::Url;

type AgentFuture<'a, V> = Pin<Box<dyn Future<Output = Result<V, AgentError>> + Send + 'a>>;

const MAX_RESPONSE_SIZE: usize = 2 * 1_048_576;
const MAX_RESPONSE_SIZE: usize = 3 * 1_048_576;

pub struct Context {
pub hostname: Option<String>,
Expand Down

0 comments on commit 345d2d6

Please sign in to comment.