Skip to content

Commit

Permalink
add: meilisearch
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Apr 3, 2024
1 parent fb72af4 commit 91b21ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gamewide/search/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ async def add_documents(documents):
for doc_group in all_docs:
tasks.append(asyncio.create_task(add_documents(documents=doc_group)))
await asyncio.gather(*tasks)
await asyncio.sleep(60)

0 comments on commit 91b21ea

Please sign in to comment.