Added second default node.
This will only have an effect for new installs.
This commit is contained in:
parent
f19fc3f6d1
commit
375d245765
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ object SettingsInterface {
|
|||
val DefaultScanInterval = 15
|
||||
val DefaultNotificationSoundsOn = true
|
||||
val DefaultMaxConnections = 1000000
|
||||
val DefaultServers = Set("46.101.249.188:26344")
|
||||
val DefaultServers = Set("46.101.249.188:26344", "46.101.238.107:26344")
|
||||
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue