-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set NoWait to true for tor listen config (#368)
In certain network scenarios, starting an onion service may cause a blockage that also affects the clear web service. To avoid this issue, set the `NoWait` parameter to `true`. This will allow the web service to start without delay, even in the presence of network congestion or other issues. * Fix rpm build
- Loading branch information
1 parent
be5fdb8
commit 5fe18b7
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters