Skip to content

Commit 59125c0

Browse files
committed
Added additional setting
1 parent 13bb883 commit 59125c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/getting-started/faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ There are a few things to keep in mind, though:
115115
- Prevent users from executing slow queries by locking down [attribute capabilities](~/usage/resources/attributes.md#capabilities) and [relationship capabilities](~/usage/resources/relationships.md#capabilities).
116116
Ensure the right database indexes are in place for what you enable.
117117
- Prevent users from fetching lots of data by tweaking [maximum page size/number](~/usage/options.md#pagination) and [maximum include depth](~/usage/options.md#maximum-include-depth).
118+
- Avoid long-running transactions by tweaking `MaximumOperationsPerRequest` in options.
118119
- Tell your users to utilize [E-Tags](~/usage/caching.md) to reduce network traffic.
119120
- Not included in JsonApiDotNetCore: Apply general practices such as rate limiting, load balancing, authentication/authorization, blocking very large URLs/request bodies, etc.
120121

0 commit comments

Comments
 (0)