Changed sync tappers to start only when sync tappers config is true (#562)

This commit is contained in:
RoyUP9
2021-12-27 17:19:00 +02:00
committed by GitHub
parent 2da7c0f0ed
commit 15895d5947
5 changed files with 22 additions and 18 deletions

View File

@@ -56,6 +56,6 @@ func getDefaultConfig() (*shared.MizuAgentConfig, error) {
TapTargetRegex: *regex,
MaxDBSizeBytes: defaultMaxDatabaseSizeBytes,
AgentDatabasePath: DefaultDatabasePath,
DaemonMode: false,
SyncTappers: false,
}, nil
}