Skip to content

Commit 35707c3

Browse files
hohPsycojokerolethanh
authored
Fix: Remove references to slow server api1.aleph.im (#769)
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. Co-authored-by: Bram <[email protected]> Co-authored-by: Olivier Le Thanh Duong <[email protected]>
1 parent 58f8a74 commit 35707c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aleph/vm/garbage_collector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
]
2525

2626
api_server = [
27-
"https://api1.aleph.im",
2827
"https://api2.aleph.im",
2928
"https://api3.aleph.im",
3029
# 'https://official.aleph.cloud',

0 commit comments

Comments
 (0)