Przeglądaj źródła

stepSize only once (#2864)

Mohammed Nafees 3 lat temu
rodzic
commit
d16ea70605
1 zmienionych plików z 0 dodań i 2 usunięć
  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"
 	"gorm.io/gorm"
 )
 )
 
 
-var stepSize int = 20
-
 type helmRevisionsCountTracker struct {
 type helmRevisionsCountTracker struct {
 	enqueueTime        time.Time
 	enqueueTime        time.Time
 	db                 *gorm.DB
 	db                 *gorm.DB