Fixes
This commit is contained in:
parent
81ca5ddf28
commit
4352c398c1
|
@ -0,0 +1 @@
|
||||||
|
snapshots.dat
|
|
@ -12,7 +12,7 @@ func GetConfiguration() DHConfig {
|
||||||
|
|
||||||
return DHConfig{
|
return DHConfig{
|
||||||
DiskFetchFrequency: 5,
|
DiskFetchFrequency: 5,
|
||||||
MemoryDumpFrequency: 36,
|
MemoryDumpFrequency: 16,
|
||||||
MaxHistoryAge: 2592000,
|
MaxHistoryAge: 2592000,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -126,6 +126,8 @@ func RunService() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("Memory Dump Error: %s", err)
|
fmt.Printf("Memory Dump Error: %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fmt.Println("Saved Snapshots to file")
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
BIN
snapshots.dat
BIN
snapshots.dat
Binary file not shown.
Loading…
Reference in New Issue