We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec65db7 commit 24e6674Copy full SHA for 24e6674
detector/detector/detector.py
@@ -59,7 +59,6 @@ def tqdm(x, *a, **kw): # type: ignore
59
metrics = statsd.StatsClient("localhost", 8125, prefix="detector")
60
61
DBURI = "clickhouse://detector:detector@localhost/default?use_numpy=True"
62
-DBURI = "clickhouse://192.168.0.131/default?use_numpy=True"
63
TCAI = ["test_name", "probe_cc", "probe_asn", "input"]
64
tTCAI = ["t", "test_name", "probe_cc", "probe_asn", "input"]
65
0 commit comments