Skip to content

Commit

Permalink
change number of relays
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiklimuk committed Sep 19, 2024
1 parent ae729f7 commit 9c81a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/anon-relays-stage.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
instances_count = 3
instances_count = 101
nicnname_prefix = "anonW12fqj5t5FML"
nicknames = [for i in range(0, local.instances_count) : "${local.nicnname_prefix}${i}"]
nicknames_string = join(",", local.nicknames)
Expand Down

0 comments on commit 9c81a39

Please sign in to comment.