Skip to content

Commit 8ac30e7

Browse files
authored
Bump maximum query depth to 22 (#6686)
1 parent a107ad3 commit 8ac30e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/services/server/src/use-armor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function useArmor<
8686
);
8787
ctx.addValidationRule(
8888
maxDepthRule({
89-
n: 21,
89+
n: 22,
9090
onReject: [
9191
(_, error) => {
9292
rejectedRequests.inc({

0 commit comments

Comments
 (0)