Merge Local Database and Envoy Home Directory #43
Labels
No Label
client
server
user made
L
M
S
XL
bug
bugfix
discussion
documentation
feature
maintenance
postponed
refactoring
wontfix
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: zdm/envoy#43
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At the moment, Envoy stores its settings inside a file inside
.envoy
, while everything else is stores inside a local database.This creates unnecessary complexity. Instead,
.envoy
should contain the local database directly. The-db
parameter could then specify the path of that folder.By simplifying the directory structure in this way, no concurrency errors can arise from shared files like
settings.db
and thelog
directory.