We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1551791 commit 8fee406Copy full SHA for 8fee406
p2p/src/tor/arti.rs
@@ -698,7 +698,7 @@ impl ArtiCore {
698
.cache_dir(CfgPath::new_literal(base_dir.join("arti").join("cache")));
699
builder
700
.storage()
701
- .cache_dir(CfgPath::new_literal(base_dir.join("arti").join("state")));
+ .state_dir(CfgPath::new_literal(base_dir.join("arti").join("state")));
702
703
704
.stream_timeouts()
0 commit comments