mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +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" {
|
variable "batch_size" {
|
||||||
type = number
|
type = number
|
||||||
default = 5
|
default = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
locals {
|
locals {
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ variable "maximum_concurrency" {
|
||||||
|
|
||||||
variable "batch_size" {
|
variable "batch_size" {
|
||||||
type = number
|
type = number
|
||||||
default = 1
|
default = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
locals {
|
locals {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue