From 345d2d62a918cdd51d8024f14320fb3a3171332c Mon Sep 17 00:00:00 2001 From: Ruediger Birkner Date: Wed, 9 Oct 2024 12:59:45 +0200 Subject: [PATCH] bump from 2MiB to 3MiB --- src/routing/ic/transport.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routing/ic/transport.rs b/src/routing/ic/transport.rs index b63c2ff..8d41315 100644 --- a/src/routing/ic/transport.rs +++ b/src/routing/ic/transport.rs @@ -22,7 +22,7 @@ use url::Url; type AgentFuture<'a, V> = Pin> + 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,