Skip to content

Commit

Permalink
fix: Change struct field name
Browse files Browse the repository at this point in the history
  • Loading branch information
highpon committed Oct 26, 2024
1 parent bb71fb2 commit 06cdd2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/config/index_deleter.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ type IndexDeleter struct {
// Concurrency represents indexing concurrency.
Concurrency int `json:"concurrency" yaml:"concurrency"`

// CreationPoolSize represents batch pool size for indexing.
CreationPoolSize uint32 `json:"creation_pool_size" yaml:"creation_pool_size"`
// DeletionPoolSize represents batch pool size for indexing.
DeletionPoolSize uint32 `json:"deletion_pool_size" yaml:"deletion_pool_size"`

// TargetAddrs represents indexing target addresses.
TargetAddrs []string `json:"target_addrs" yaml:"target_addrs"`
Expand Down

0 comments on commit 06cdd2b

Please sign in to comment.