introduce api session limit

This commit is contained in:
henryruhs
2026-09-14 10:34:17 +02:00
parent d64c63759a
commit dc9830ab21
16 changed files with 58 additions and 19 deletions
+1
View File
@@ -23,6 +23,7 @@ def before_all() -> None:
state_manager.init_item('download_providers', [ 'github', 'huggingface' ])
state_manager.init_item('temp_path', tempfile.gettempdir())
state_manager.init_item('jobs_path', get_test_jobs_directory())
state_manager.init_item('api_session_limit', 10)
state_manager.init_item('processors', [])
pre_check()