mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
disable undo logs by default for 1.12.0 (#17453)
This commit is contained in:
@@ -315,8 +315,10 @@ func (c *Core) setupRaftActiveNode(ctx context.Context) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := c.monitorUndoLogs(); err != nil {
|
if c.UndoLogsEnabled() {
|
||||||
return err
|
if err := c.monitorUndoLogs(); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return c.startPeriodicRaftTLSRotate(ctx)
|
return c.startPeriodicRaftTLSRotate(ctx)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user