mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 02:44:58 +00:00
Fixed fingerprinter
This commit is contained in:
@@ -32,7 +32,7 @@ const (
|
||||
TOOLNAME = "pt-mongodb-summary"
|
||||
|
||||
DefaultAuthDB = "admin"
|
||||
DefaultHost = "localhost:27017"
|
||||
DefaultHost = "mongodb://localhost:27017"
|
||||
DefaultLogLevel = "warn"
|
||||
DefaultRunningOpsInterval = 1000 // milliseconds
|
||||
DefaultRunningOpsSamples = 5
|
||||
|
Reference in New Issue
Block a user