Skip to content

Commit

Permalink
remove unwanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiesheng committed Nov 21, 2024
1 parent b811ac4 commit 610dbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal_poller_autoscaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type (
isDryRun bool
cooldownTime time.Duration
logger *zap.Logger
permit worker.Permit // resizable semaphore to control number of concurrent pollers
permit worker.Permit
ctx context.Context
cancel context.CancelFunc
wg *sync.WaitGroup // graceful stop
Expand Down

0 comments on commit 610dbeb

Please sign in to comment.