Skip to content

Commit bbbb948

Browse files
Merge pull request #6117 from nymtech/probe/remove-1mb-file
update to no longer use 1mb files
2 parents ca0c989 + 16e86e1 commit bbbb948

File tree

1 file changed

+2
-4
lines changed
  • nym-gateway-probe/netstack_ping

1 file changed

+2
-4
lines changed

nym-gateway-probe/netstack_ping/lib.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,13 @@ import (
3535
)
3636

3737
var fileUrls = []string{
38-
"https://proof.ovh.net/files/1Mb.dat",
39-
"https://nym-bandwidth-monitoring.ops-d86.workers.dev/1mb.dat",
38+
"https://proof.ovh.net/files/10Mb.dat",
4039
"https://nym-bandwidth-monitoring.ops-d86.workers.dev/10mb.dat",
4140
// "https://nym-bandwidth-monitoring.ops-d86.workers.dev/100mb.dat", to be introduced later
4241
}
4342

4443
var fileUrlsV6 = []string{
45-
"https://proof.ovh.net/files/1Mb.dat",
46-
"https://nym-bandwidth-monitoring.ops-d86.workers.dev/1mb.dat",
44+
"https://proof.ovh.net/files/10Mb.dat",
4745
"https://nym-bandwidth-monitoring.ops-d86.workers.dev/10mb.dat",
4846
// "https://nym-bandwidth-monitoring.ops-d86.workers.dev/100mb.dat", to be introduced later
4947
}

0 commit comments

Comments
 (0)