Skip to content

Commit 43bdc76

Browse files
committed
Fix: Remove references to slow server api1.aleph.im
Server api1.aleph.im is very slow and outdated (Core i7 from 2018, up to 40 seconds to respond to `/metrics` in the monitoring). We suspect that this causes issues in the monitoring and performance of the network. This branch removes all references to api1 and replaces them with api3 where relevant.
1 parent 7b86ff6 commit 43bdc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TARGET_NODE = "https://api1.aleph.im"
1+
TARGET_NODE = "https://api3.aleph.im"
22
REFERENCE_NODE = "https://api2.aleph.im"
33
TEST_CHANNEL = "INTEGRATION_TESTS"

0 commit comments

Comments
 (0)