Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
How to configure the RavenDB database that can be capable to sending too many requests, or receiving too large a response?
Posted
Comments
mohsen_alikhani 5-Oct-12 12:35pm    
By default, RavenDB will not allow operations that might compromise the stability of either the server or the client.
mohsen_alikhani 5-Oct-12 12:39pm    
By default, A RavenDB session automatically enforces the following limitations:
1. If a page size value is not specified, the length of the results will be limited to 128 results. At the server side as well, there is a hard limit to the page size of 1,024 results.
2. The number of remote calls to the server per session is limited to 30.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900