You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--auto-compaction-retention '0'
Auto compaction retention length. 0 means disable auto compaction.
This reads as auto compaction retention has a default value of 0 which means auto compaction is disabled by default. But etcd does auto compaction every 5 minutes by default. Should 0 be changed to 5m?
The text was updated successfully, but these errors were encountered:
--auto-compaction-retention '0'
Auto compaction retention length. 0 means disable auto compaction.
This reads as auto compaction retention has a default value of 0 which means auto compaction is disabled by default. But etcd does auto compaction every 5 minutes by default. Should 0 be changed to 5m?
The text was updated successfully, but these errors were encountered: