Skip to content

Commit

Permalink
Merge #4414
Browse files Browse the repository at this point in the history
4414: fix doc client r=AurelienFT a=AurelienFT

Fix #4410 

Co-authored-by: AurelienFT <aurelien.foucault@epitech.eu>
  • Loading branch information
bors[bot] and AurelienFT authored Oct 17, 2023
2 parents ffad3ac + 57a546f commit b65ac41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions massa-sdk/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ use massa_time::MassaTime;
pub struct ClientConfig {
/// maximum size in bytes of a request.
pub max_request_body_size: u32,
/// maximum size in bytes of a response.
/// timeout of an request.
pub request_timeout: MassaTime,
/// maximum size in bytes of a response.
/// maximum concurrent requests.
pub max_concurrent_requests: usize,
/// certificate_store, `Native` or `WebPki`
pub certificate_store: String,
Expand Down

0 comments on commit b65ac41

Please sign in to comment.