Rebuild backend to cleanup more memory

This commit is contained in:
Frikky
2023-10-23 02:47:23 +02:00
parent 96f972d465
commit 0feb1beebb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1626,7 +1626,7 @@ func main() {
if len(toBeRemoved.Data) == len(executionRequests.Data) {
//log.Println("Should remove ALL!")
} else {
log.Printf("[INFO] NOT IMPLEMENTED: Should remove %d workflows from backend because they're executed!", len(toBeRemoved.Data))
//log.Printf("[INFO] NOT IMPLEMENTED: Should remove %d workflows from backend because they're executed!", len(toBeRemoved.Data))
}
}