We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02e0b4 commit ab289daCopy full SHA for ab289da
frameworks/Rust/hyperlane/src/server/const.rs
@@ -15,7 +15,7 @@ pub(crate) const KEY_ID: &str = "id";
15
pub(crate) const KEY_RANDOM_NUMBER: &str = "randomnumber";
16
pub(crate) const KEY_MESSAGE: &str = "message";
17
pub(crate) const DB_MAX_CONNECTIONS: u32 = 100;
18
-pub(crate) const HTTP_BUFFER: usize = 128;
+pub(crate) const HTTP_BUFFER: usize = 256;
19
pub(crate) const QUERY_DB_QUERY_KEY: &str = "q";
20
pub(crate) const UPDATE_DB_QUERY_KEY: &str = "q";
21
pub(crate) const CACHE_QUERY_KEY: &str = "c";
0 commit comments