mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:26:53 +00:00
add concurent_requests
This commit is contained in:
parent
4c604f899e
commit
193ac40252
@ -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"
|
||||
}
|
||||
)
|
||||
) }}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
)
|
||||
) }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user