Noble Paul created SOLR-17301: --------------------------------- Summary: Support all types of requests in rate limiting Key: SOLR-17301 URL: https://issues.apache.org/jira/browse/SOLR-17301 Project: Solr Issue Type: Improvement Security Level: Public (Default Security Level. Issues are Public) Reporter: Noble Paul
Rate limiting is now limited to QUERY , it should be possible to support all types {code:json} { "rate-limiters": { [ { "type": "QUERY", "allowedRequests": 5, "slotAcquisitionTimeoutInMS": 100 }, { "type": "UPDATE", "allowedRequests": 25, "slotAcquisitionTimeoutInMS": 100 } ] } } {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org