pub struct ServerLimits {Show 13 fields
pub max_http_body_bytes: usize,
pub max_batch_upsert_requests: usize,
pub max_recall_items: usize,
pub max_query_text_bytes: usize,
pub max_record_content_bytes: usize,
pub max_labels_per_scope: usize,
pub max_inflight_reads: usize,
pub max_inflight_writes: usize,
pub max_inflight_admin: usize,
pub max_queued_requests: usize,
pub max_tenant_inflight: usize,
pub queue_wait_timeout_ms: u64,
pub trace_retention: usize,
}Fields§
§max_http_body_bytes: usize§max_batch_upsert_requests: usize§max_recall_items: usize§max_query_text_bytes: usize§max_record_content_bytes: usize§max_labels_per_scope: usize§max_inflight_reads: usize§max_inflight_writes: usize§max_inflight_admin: usize§max_queued_requests: usize§max_tenant_inflight: usize§queue_wait_timeout_ms: u64§trace_retention: usizeTrait Implementations§
Source§impl Clone for ServerLimits
impl Clone for ServerLimits
Source§fn clone(&self) -> ServerLimits
fn clone(&self) -> ServerLimits
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServerLimits
impl Debug for ServerLimits
Auto Trait Implementations§
impl Freeze for ServerLimits
impl RefUnwindSafe for ServerLimits
impl Send for ServerLimits
impl Sync for ServerLimits
impl Unpin for ServerLimits
impl UnsafeUnpin for ServerLimits
impl UnwindSafe for ServerLimits
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request