Skip to content

Commit

Permalink
fix: typo in scheduler config (#3095)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi authored Mar 1, 2024
1 parent 7dcfa68 commit 56f2f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scheduler/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ type CacheConfig struct {
// Interval is cache cleanup interval.
Interval time.Duration `yaml:"interval" mapstructure:"interval"`

// TTL is networkTopology cache items TLL.
TTL time.Duration `yaml:"ttl" mapstructure:"tll"`
// TTL is networkTopology cache items TTL.
TTL time.Duration `yaml:"ttl" mapstructure:"ttl"`
}

type TrainerConfig struct {
Expand Down

0 comments on commit 56f2f27

Please sign in to comment.