Skip to content

Commit

Permalink
totally remove SchedulersPayload
Browse files Browse the repository at this point in the history
Signed-off-by: okJiang <[email protected]>
  • Loading branch information
okJiang committed Aug 12, 2024
1 parent f1c4d86 commit 8101cac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/schedule/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,6 @@ type ScheduleConfig struct {
// Schedulers support for loading customized schedulers
Schedulers SchedulerConfigs `toml:"schedulers" json:"schedulers-v2"` // json v2 is for the sake of compatible upgrade

// Deprecated: not used anymore
SchedulersPayload map[string]any `toml:"schedulers-payload" json:"schedulers-payload"`

// Controls the time interval between write hot regions info into leveldb.
HotRegionsWriteInterval typeutil.Duration `toml:"hot-regions-write-interval" json:"hot-regions-write-interval"`

Expand Down

0 comments on commit 8101cac

Please sign in to comment.