Home
last modified time | relevance | path

Searched refs:max_size (Results 1 – 1 of 1) sorted by relevance

/tonic/tonic/src/
H A Drequest.rs405 let max_size: u128 = 99_999_999; // exactly 8 digits in duration_to_grpc_timeout() localVariable
408 if value > max_size { in duration_to_grpc_timeout()