Skip to content

Commit

Permalink
Revert "Revert "disable cleanup""
Browse files Browse the repository at this point in the history
This reverts commit 4435061.
  • Loading branch information
D3Hunter committed Oct 26, 2023
1 parent aba02d6 commit dc5a3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/disttask/framework/dispatcher/dispatcher_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func NewManager(ctx context.Context, taskMgr TaskManager, serverID string) (*Man
func (dm *Manager) Start() {
dm.wg.Run(dm.dispatchTaskLoop)
dm.wg.Run(dm.gcSubtaskHistoryTableLoop)
dm.wg.Run(dm.cleanUpLoop)
//dm.wg.Run(dm.cleanUpLoop)
dm.inited = true
}

Expand Down

0 comments on commit dc5a3ea

Please sign in to comment.