Skip to content

Commit

Permalink
Merge pull request #6201 from hashicorp/b-device-stats-interval
Browse files Browse the repository at this point in the history
initialize device manager stats interval
  • Loading branch information
Mahmood Ali committed Aug 24, 2019
2 parents f4571cb + 01983ae commit b4a80a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/devicemanager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func New(c *Config) *manager {
loader: c.Loader,
pluginConfig: c.PluginConfig,
updater: c.Updater,
statsInterval: c.StatsInterval,
instances: make(map[loader.PluginID]*instanceManager),
reattachConfigs: make(map[loader.PluginID]*pstructs.ReattachConfig),
fingerprintResCh: make(chan struct{}, 1),
Expand Down

0 comments on commit b4a80a7

Please sign in to comment.