Skip to content
Snippets Groups Projects
Verified Commit ececdd3d authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: stats should always be written #23

parent 672bdacd
Branches
Tags v1.12.2
No related merge requests found
......@@ -120,9 +120,7 @@ func (s *DBSaver) Start() error {
}
}
if result.RowsAffected == 0 {
tx.Model(&permJob.Stats).Updates(permJob.Stats)
}
for i, _ := range memLogs {
memLogs[i].LogID = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment