diff --git a/eventual-consistency-service/app/graphrag/util.py b/eventual-consistency-service/app/graphrag/util.py index 5f288fa2..5838ec7e 100644 --- a/eventual-consistency-service/app/graphrag/util.py +++ b/eventual-consistency-service/app/graphrag/util.py @@ -26,8 +26,6 @@ tg_sem = asyncio.Semaphore(20) load_q = reusable_channel.ReuseableChannel() -tg_sem = asyncio.Semaphore(100) - async def install_queries( requried_queries: list[str], conn: TigerGraphConnection,