Merge Local Database and Envoy Home Directory #43
Loading…
x
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.