mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-06-22 07:25:13 +00:00
change default to 40k
This commit is contained in:
parent
1f9c1dccf5
commit
1f4143ee5f
2
main.go
2
main.go
@ -245,7 +245,7 @@ func LoadConfig() Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if os.Getenv("MAX_TRUST_NETWORK") == "" {
|
if os.Getenv("MAX_TRUST_NETWORK") == "" {
|
||||||
os.Setenv("MAX_TRUST_NETWORK", "10000")
|
os.Setenv("MAX_TRUST_NETWORK", "40000")
|
||||||
}
|
}
|
||||||
|
|
||||||
if os.Getenv("MAX_RELAYS") == "" {
|
if os.Getenv("MAX_RELAYS") == "" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user