Skip to main content

MAX_QUERY_LENGTH

Constant MAX_QUERY_LENGTH 

Source
const MAX_QUERY_LENGTH: usize = 10_240;
Expand description

Maximum allowed input length for query fields (SEC-M5).

Queries should be concise - 10KB is more than enough for any search query.