Skip to content

Commit ab289da

Browse files
committed
feat: buffer
1 parent d02e0b4 commit ab289da

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Rust/hyperlane/src/server

1 file changed

+1
-1
lines changed

frameworks/Rust/hyperlane/src/server/const.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub(crate) const KEY_ID: &str = "id";
1515
pub(crate) const KEY_RANDOM_NUMBER: &str = "randomnumber";
1616
pub(crate) const KEY_MESSAGE: &str = "message";
1717
pub(crate) const DB_MAX_CONNECTIONS: u32 = 100;
18-
pub(crate) const HTTP_BUFFER: usize = 128;
18+
pub(crate) const HTTP_BUFFER: usize = 256;
1919
pub(crate) const QUERY_DB_QUERY_KEY: &str = "q";
2020
pub(crate) const UPDATE_DB_QUERY_KEY: &str = "q";
2121
pub(crate) const CACHE_QUERY_KEY: &str = "c";

0 commit comments

Comments
 (0)