Update Settings.go

This commit is contained in:
mzyozhic
2018-09-14 13:27:15 +06:00
committed by GitHub
parent 0ca43a2c4d
commit 66ba39f48f

View File

@@ -39,6 +39,7 @@ type Settings struct {
DownloadRateLimit int // in kb, 0 - inf
UploadRateLimit int // in kb, 0 - inf
ConnectionsLimit int
ListenPort int
}
func Get() *Settings {