fix: not sleeping

This commit is contained in:
2025-05-04 10:07:31 +01:00
parent b57a703812
commit ce8d546447

View File

@ -43,8 +43,6 @@ func ListenNewImageEvents(db *sql.DB, eventManager *EventManager) {
databaseEventLog.Debug("Starting processing image", "ImageID", imageId)
time.Sleep(5 * time.Second)
ctx := context.Background()
go func() {