Skip to content

Commit

Permalink
Update comment to conform to godoc.
Browse files Browse the repository at this point in the history
Signed-off-by: Jiayin Mao <jiayin.mao@datadoghq.com>
  • Loading branch information
jmao-dd committed Jan 28, 2025
1 parent 87eea28 commit 544b275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/embed/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,8 @@ type Config struct {
// be refined to mlock in-use area of bbolt only.
MemoryMlock bool `json:"memory-mlock"`

// Deprecated in v3.6 and will be decommissioned in v3.7. Use MemoryMlock.
// ExperimentalMemoryMlock enables mlocking of etcd owned memory pages.
// Deprecated in v3.6 and will be decommissioned in v3.7. Use MemoryMlock instead.
// TODO: Delete in v3.7
ExperimentalMemoryMlock bool `json:"experimental-memory-mlock"`

Expand Down

0 comments on commit 544b275

Please sign in to comment.