Skip to content

Commit a9dc146

Browse files
committed
refactor(armor): update max cost
1 parent a6fb7d9 commit a9dc146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const armor = new EnvelopArmor({
4444
},
4545
costLimit: {
4646
enabled: true,
47-
maxCost: 250,
47+
maxCost: 350,
4848
objectCost: 2,
4949
scalarCost: 1,
5050
depthCostFactor: 1.5,

0 commit comments

Comments
 (0)