Skip to content

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Aug 9, 2024
1 parent ada4654 commit 7e84c8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xmtp_api_http/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ impl ApiEndpoints {
pub const SUBSCRIBE_WELCOME_MESSAGES: &'static str = "/mls/v1/subscribe-welcome-messages";
pub const UPLOAD_KEY_PACKAGE: &'static str = "/mls/v1/upload-key-package";
}

pub const GRPC_DATA_LIMIT: usize = 45 * 1024 * 1024;

0 comments on commit 7e84c8c

Please sign in to comment.