Skip to content

Commit 8110cea

Browse files
committed
dump relay script: reduce parallelism
1 parent 00d45b1 commit 8110cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/explorer.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ in {
240240
if [[ $nbExcludedAddresses == 0 ]]; then
241241
((i+=1))
242242
pingAddr $i $addr $port &
243-
sleep 0.2
243+
sleep 0.5
244244
else
245245
>&2 echo "$addr excluded due to dns name or IPs being in exclude list:\n$excludedAddresses"
246246
fi

0 commit comments

Comments
 (0)