mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fix typo
This commit is contained in:
parent
4013cccb30
commit
d24fb4e719
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ func (g *memberSet) Open() (err error) {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Close attempts to gracefully leaves the cluster, and finally calls shutdown
|
||||
// Close attempts to gracefully leave the cluster, and finally calls shutdown
|
||||
// after (at most) a timeout period.
|
||||
func (g *memberSet) Close() error {
|
||||
leaveErr := g.memberlist.Leave(5 * time.Second)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue