add concurent_requests

This commit is contained in:
shah 2024-03-08 10:20:43 -08:00
parent 4c604f899e
commit 193ac40252
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@
"sql_limit": "72000",
"producer_batch_size": "8000",
"worker_batch_size": "1000",
"sql_source": "{{this.identifier}}"
"sql_source": "{{this.identifier}}",
"concurrent_requests": "750"
}
)
) }}

View File

@ -9,7 +9,8 @@
"sql_limit": "188000",
"producer_batch_size": "14000",
"worker_batch_size": "100",
"sql_source": "{{this.identifier}}"
"sql_source": "{{this.identifier}}",
"concurrent_requests": "750"
}
)
) }}