Hi Rich, On 1/1/09 1:35 PM, Rich Morin wrote:
Is there any way to control the amount of resources a query is allowed to consume? I'm allowing users to generate their own queries (via CouchRest) and would like to prevent DoS problems, however motivated.-r
I only know of the timeout value set in the CouchDB default.ini: view_timeout = 5000 ; 5 seconds What resources would you like to limit? Cheers, Mark
