Apply a rate limit to GenSearch by user type
Rate limit unauthenticated users
For a rate limit that applies to all unauthenticated users, use the site property <mindtouch.llm.anonymous-user-rate-limit>VALUE</mindtouch.llm.anonymous-user-rate-limit>
This property can accept a value between 5 and 20 requests per minute. The default value is 20.
The Anonymous rate limit is unique to each anonymous user session. For example, User A (anonymous) and User B (anonymous) can both hit 20 GenSearches per minute simultaneously.
Rate limit authenticated users
For a rate limit that applies to all authenticated user types (Authenticated Viewer and Seated users), use the site property <mindtouch.llm.authenticated-user-rate-limit>VALUE</mindtouch.llm.authenticated-user-rate-limit>
This property can accept a value between 5 and 20 requests per minute. The default value is 20.