Skip to content

Commit

Permalink
docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisDiachkov committed Sep 7, 2024
1 parent 75bfb20 commit ee8f3ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/AGISwarm/asyncio_queue_manager/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ class AsyncIOQueueManager:
Class to manage the queue of generation requests
Args:
abort_response (Optional[Dict], optional):
Response when request is aborted. Defaults to None.
max_concurrent_requests (int, optional):
Maximum number of concurrent requests. Defaults to 1.
max_concurrent_tasks (int, optional):
Maximum number of concurrent tasks. Defaults to 1.
sleep_time (float, optional):
Time to sleep between checks. Defaults to 0.01.
"""

def __init__(
Expand Down

0 comments on commit ee8f3ad

Please sign in to comment.