Skip to content

Commit

Permalink
Downscaled scaling threashold
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Feb 14, 2024
1 parent 7d6ac89 commit a21632f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ resource apiContainerApp 'Microsoft.App/containerApps@2022-03-01' = {
name: 'http-rule'
http: {
metadata: {
concurrentRequests: '10'
concurrentRequests: '8'
}
}
}
Expand Down

0 comments on commit a21632f

Please sign in to comment.