Session persistence rewritten completely
This commit is contained in:
parent
c4fc107c4e
commit
83592ca866
12 changed files with 431 additions and 299 deletions
|
|
@ -71,7 +71,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
Default::default(),
|
||||
SessionOptions {
|
||||
disable_dht_persistence: true,
|
||||
persistence: false,
|
||||
persistence: None,
|
||||
listen_port_range: None,
|
||||
enable_upnp_port_forwarding: false,
|
||||
..Default::default()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue