Skip to content

Commit

Permalink
Update runtime defaults of api threadpool size
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktmi committed Aug 16, 2024
1 parent f834ca0 commit 5709f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kytos/core/api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, listen='0.0.0.0', port=8181,
)
kytos_conf = KytosConfig().options["daemon"]

api_threadpool_size = get_thread_pool_max_workers().get('api', 160)
api_threadpool_size = get_thread_pool_max_workers().get('api', 512)

concurrency_limit = kytos_conf.api_concurrency_limit
if concurrency_limit == 'threadpool':
Expand Down

0 comments on commit 5709f70

Please sign in to comment.