From 0f2045a60cc5f6ee8f5b2cbf0ffa4ec4bdeb4f53 Mon Sep 17 00:00:00 2001 From: RobRossmiller-TG <165701656+RobRossmiller-TG@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:06:47 -0400 Subject: [PATCH] remove duplicate tg semaphore --- eventual-consistency-service/app/graphrag/util.py | 2 -- 1 file changed, 2 deletions(-) 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,