mirror of
https://github.com/JustKato/drive-health.git
synced 2026-02-27 06:17:00 +02:00
Fixes
This commit is contained in:
@@ -12,7 +12,7 @@ func GetConfiguration() DHConfig {
|
||||
|
||||
return DHConfig{
|
||||
DiskFetchFrequency: 5,
|
||||
MemoryDumpFrequency: 36,
|
||||
MemoryDumpFrequency: 16,
|
||||
MaxHistoryAge: 2592000,
|
||||
}
|
||||
|
||||
|
||||
@@ -126,6 +126,8 @@ func RunService() {
|
||||
if err != nil {
|
||||
fmt.Printf("Memory Dump Error: %s", err)
|
||||
}
|
||||
|
||||
fmt.Println("Saved Snapshots to file")
|
||||
}
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user