mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-15 08:41:02 +00:00
Rename ID file to ".id" for consistency with existing data files.
This commit is contained in:
parent
437fcc5438
commit
18d7664fc4
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ func (h *Holder) setFileLimit() {
|
|||
}
|
||||
|
||||
func (h *Holder) loadNodeID() (string, error) {
|
||||
idPath := path.Join(h.Path, "ID")
|
||||
idPath := path.Join(h.Path, ".id")
|
||||
nodeID := ""
|
||||
h.Logger.Printf("load NodeID: %s", idPath)
|
||||
if err := os.MkdirAll(h.Path, 0777); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue