mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-18 18:56:26 +00:00
lower async amount
This commit is contained in:
parent
9f02d1eece
commit
73b0da6069
@ -431,7 +431,7 @@ def predict(event, context):
|
||||
return result
|
||||
|
||||
async def predict_async(event, context):
|
||||
sem = asyncio.Semaphore(20)
|
||||
sem = asyncio.Semaphore(5)
|
||||
path = "telm-*/_search"
|
||||
payload = {
|
||||
"aggs": {
|
||||
|
Loading…
Reference in New Issue
Block a user