Skip to content

Commit

Permalink
up default concurrency level
Browse files Browse the repository at this point in the history
  • Loading branch information
vivi committed Oct 22, 2023
1 parent 8156a63 commit f925735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memgpt/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ async def process_chunk(i, chunk, model):
print(chunk)
raise e

async def process_concurrently(archival_database, model, concurrency=5):
async def process_concurrently(archival_database, model, concurrency=10):
# Create a semaphore to limit the number of concurrent tasks
semaphore = asyncio.Semaphore(concurrency)

Expand Down

0 comments on commit f925735

Please sign in to comment.