Skip to content

Commit

Permalink
Merge pull request #267 from tigergraph/rm-dupe-semaphore
Browse files Browse the repository at this point in the history
remove duplicate tg semaphore
  • Loading branch information
RobRossmiller-TG authored Aug 21, 2024
2 parents ef2ac8e + 0f2045a commit 02774c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eventual-consistency-service/app/graphrag/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 02774c0

Please sign in to comment.