mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
change directory ".disco" to "disco"
This commit is contained in:
parent
7789e24965
commit
4e7ec34c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const (
|
|||
existenceFieldName = "_exists"
|
||||
|
||||
// DefaultDiscoDir is the default data directory used by the disco implementation.
|
||||
DefaultDiscoDir = ".disco"
|
||||
DefaultDiscoDir = "disco"
|
||||
|
||||
// DefaultIndexesDir is the default indexes directory used by the holder.
|
||||
DefaultIndexesDir = "indexes"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue