change to sensiable concurrecy and batch size

This commit is contained in:
Jun-te Kim 2026-04-07 11:10:15 +00:00
parent 25e08f3e96
commit 34414d14a5
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ variable "maximum_concurrency" {
variable "batch_size" {
type = number
default = 5
default = 1
}
locals {

View file

@ -25,7 +25,7 @@ variable "maximum_concurrency" {
variable "batch_size" {
type = number
default = 1
default = 5
}
locals {