change default to 40k

This commit is contained in:
Barry Deen 2025-06-15 21:53:42 -04:00
parent 1f9c1dccf5
commit 1f4143ee5f

View File

@ -245,7 +245,7 @@ func LoadConfig() Config {
}
if os.Getenv("MAX_TRUST_NETWORK") == "" {
os.Setenv("MAX_TRUST_NETWORK", "10000")
os.Setenv("MAX_TRUST_NETWORK", "40000")
}
if os.Getenv("MAX_RELAYS") == "" {