mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
Adjusted Go max procs to have higher precedence.
This commit is contained in:
2
main.go
2
main.go
@@ -57,6 +57,7 @@ func main() {
|
||||
}
|
||||
|
||||
log.Printf("Bot '%s' started.\n", bot.config.Name)
|
||||
AdjustGoMaxProcs()
|
||||
|
||||
if bot.config.SMS.Enabled {
|
||||
err = CheckSMSGlobalConfigValues()
|
||||
@@ -90,7 +91,6 @@ func main() {
|
||||
log.Println("HTTP Webserver support disabled.")
|
||||
}
|
||||
|
||||
AdjustGoMaxProcs()
|
||||
log.Printf("Available Exchanges: %d. Enabled Exchanges: %d.\n", len(bot.config.Exchanges), GetEnabledExchanges())
|
||||
log.Println("Bot Exchange support:")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user