Explorar el Código

stepSize only once (#2864)

Mohammed Nafees hace 3 años
padre
commit
d16ea70605
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      workers/jobs/helm_revisions_count_tracker.go

+ 0 - 2
workers/jobs/helm_revisions_count_tracker.go

@@ -46,8 +46,6 @@ import (
 	"gorm.io/gorm"
 )
 
-var stepSize int = 20
-
 type helmRevisionsCountTracker struct {
 	enqueueTime        time.Time
 	db                 *gorm.DB