mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Merge pull request #1245 from codysoyland/id-file-name
Rename ID file to ".id" for consistency with existing data files
This commit is contained in:
commit
fab755573b
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