diff --git a/config/pyinfra.toml b/config/pyinfra.toml index 7131875..3e99ed5 100644 --- a/config/pyinfra.toml +++ b/config/pyinfra.toml @@ -1,4 +1,7 @@ +[asyncio] +max_concurrent_tasks = 10 + [dynamic_tenant_queues] enabled = true diff --git a/pyproject.toml b/pyproject.toml index e8a04f1..d921782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "image-classification-service" -version = "2.13.0" +version = "2.14.0" description = "" authors = ["Team Research "] readme = "README.md"