- Change flawed _client timeout logic which was causing major lags

- Moved clients to trustgraph.clients to tidy the parent directory
- Version bump
This commit is contained in:
Cyber MacGeddon 2024-08-20 17:54:11 +01:00
parent bdf4bc2bf5
commit 20f983eec9
34 changed files with 232 additions and 238 deletions

View file

@ -6,7 +6,7 @@ Connects to the graph query service and dumps all graph edges.
import argparse
import os
from trustgraph.triples_query_client import TriplesQueryClient
from trustgraph.clients.triples_query_client import TriplesQueryClient
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://pulsar:6650')