Skip to content

Commit c3cf86f

Browse files
fix: increase rate limit and timeout values for improved performance
1 parent 06de33e commit c3cf86f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Applications/Proxy/Source/ocelot.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"ClientIdHeader": "Client",
1616
"EnableRateLimiting": true,
1717
"Period": "1s",
18-
"Limit": 5
18+
"Limit": 20
1919
},
2020
"QoSOptions": {
2121
"ExceptionsAllowedBeforeBreaking": 3,
2222
"DurationOfBreak": 5000,
23-
"TimeoutValue": 2000
23+
"TimeoutValue": 25000
2424
}
2525
},
2626
{
@@ -576,4 +576,4 @@
576576
}
577577
}
578578
]
579-
}
579+
}

0 commit comments

Comments
 (0)