Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk authored Sep 7, 2023
1 parent 266f50a commit eceda74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (

const (
pathBaseDefault = "/usr/local/percona/pmm2"
agentTmpPath = "tmp" // temporary directory to keep exporters' config files, relative to pathBase
agentTmpPath = "tmp" // temporary directory to keep exporters' config files, relative to pathBase
prioritizedCacheSize = 100 * 1024 * 1024 // 100 MB TODO: R&D on median daily amount
unprioritizedCacheSize = 500 * 1024 * 1024 // 500 MB TODO: R&D on median daily amount
)
Expand Down

0 comments on commit eceda74

Please sign in to comment.