pub const DEFAULT_MAX_QUERY_LENGTH: usize = KB_8; // 8_192usize
The default maximum query length. This constant defines the maximum length of the query string in an HTTP request to prevent excessive memory usage.