Merge pull request #1773 from zed-industries/rusqlite
Swap to sqlite for client persistence
This commit is contained in:
commit
da5203011c
12 changed files with 503 additions and 159 deletions
|
@ -1142,7 +1142,7 @@ impl Client {
|
|||
self.peer.respond_with_error(receipt, error)
|
||||
}
|
||||
|
||||
pub fn start_telemetry(&self, db: Arc<Db>) {
|
||||
pub fn start_telemetry(&self, db: Db) {
|
||||
self.telemetry.start(db);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue