Debug compression service

This commit is contained in:
2023-06-27 14:29:56 +02:00
parent 6cd98693c3
commit eb626db9c2
4 changed files with 7 additions and 1 deletions

View File

@@ -372,6 +372,7 @@ func (fsa *FsArchive) CompressLast(starttime int64) int64 {
return starttime
}
log.Infof("fsBackend Compress - start %d last %d", starttime, last)
os.WriteFile(filename, []byte(fmt.Sprintf("%d", starttime)), 0644)
return last
}