Uploading seems to work fine now

This commit is contained in:
Igor Katson 2023-12-05 20:31:06 +00:00
parent efaa36a161
commit 4784f3f14b
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 17 additions and 45 deletions

View file

@ -338,6 +338,7 @@ async fn async_main(opts: Opts) -> anyhow::Result<()> {
disable_dht: opts.disable_dht,
disable_dht_persistence: opts.disable_dht_persistence,
dht_config: None,
// This will be overriden by "server start" below if needed.
persistence: false,
persistence_filename: None,
peer_id: None,