Expose ratelimits in CLI

This commit is contained in:
Igor Katson 2024-11-18 17:40:04 +00:00
parent 1168307189
commit 2a7c632b2b
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 15 additions and 3 deletions

View file

@ -51,7 +51,7 @@ mod file_ops;
pub mod http_api;
#[cfg(feature = "http-api")]
pub mod http_api_client;
mod limits;
pub mod limits;
mod merge_streams;
mod peer_connection;
mod peer_info_reader;