mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-03-09 13:33:12 +08:00
change to rocksdb
This commit is contained in:
@@ -65,7 +65,7 @@ impl PeerMap {
|
||||
fn new() -> ResultType<Self> {
|
||||
Ok(Self {
|
||||
map: Default::default(),
|
||||
db: super::SledAsync::new("./sled.db", true)?,
|
||||
db: super::SledAsync::new("./hbbs.db", true)?,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user