Skip to content

Commit

Permalink
Increase the container concurrency to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 committed Jan 22, 2025
1 parent 0a9d37d commit b408fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-service-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
autoscaling.knative.dev/maxScale: '100'
run.googleapis.com/minScale: '1'
spec:
containerConcurrency: 10
containerConcurrency: 50
timeoutSeconds: 300
containers:
- image: registry-backend-image-substitute
Expand Down

0 comments on commit b408fdf

Please sign in to comment.