Added second default node.

This will only have an effect for new installs.
This commit is contained in:
Felix Ableitner 2016-02-16 18:23:04 +01:00
parent f19fc3f6d1
commit 375d245765

View file

@ -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")
}