mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
change to sensiable concurrecy and batch size
This commit is contained in:
parent
25e08f3e96
commit
34414d14a5
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ variable "maximum_concurrency" {
|
|||
|
||||
variable "batch_size" {
|
||||
type = number
|
||||
default = 5
|
||||
default = 1
|
||||
}
|
||||
|
||||
locals {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ variable "maximum_concurrency" {
|
|||
|
||||
variable "batch_size" {
|
||||
type = number
|
||||
default = 1
|
||||
default = 5
|
||||
}
|
||||
|
||||
locals {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue