SQLite dbs now handle concurrent reqs better

Closes #7
This commit is contained in:
Donkie
2023-06-30 22:27:09 +02:00
parent 1fd89807d4
commit 94d8cbf227
2 changed files with 4 additions and 7 deletions

View File

@@ -561,7 +561,7 @@ async def test_use_spool_concurrent(random_filament: dict[str, Any]):
spool = result.json()
# Execute
requests = 20
requests = 100
used_weight = 0.5
async with httpx.AsyncClient() as client:
tasks = []