Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
luizm authored and diogonicoleti committed Mar 19, 2020
1 parent 7634743 commit 4c8e831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
configFile = flag.String("config", "config.yml", "The path to the config file.")
interval = flag.Duration("interval", 30*time.Second, "interval between gathering metrics")
timeout = flag.Duration("timeout", 15*time.Second, "query timeout")
maxDBConns = flag.Int("max-db-connections", 1, "max connections to open to each database")
maxDBConns = flag.Int("max-db-connections", 5, "max connections to open to each database")
debug = flag.Bool("debug", false, "Enable debug mode")
)

Expand Down

0 comments on commit 4c8e831

Please sign in to comment.