Skip to content

Commit

Permalink
fix: market reset
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangliang committed Jan 7, 2022
1 parent b4e0aa7 commit 211d186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/agent/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ func (m *manager) startExecutor(executor *executor, market *Market) {
if err != nil {
log.Error("stop actuary error", zap.Error(err))
}
market.reset()
}

func (m *manager) getParallel() int {
Expand Down

0 comments on commit 211d186

Please sign in to comment.