forked from metalbear-co/mirrord
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase timeout of intproxy connection to a ludicrous amount (avoids…
… intproxy issues when debugging with breakpoints). (metalbear-co#2754) * Increase timeout of intproxy connection to a ludicrous amount (avoids intproxy issues when debugging with breakpoints). * clippy * Set intproxy logging by default. * clippy * schema * just use std for time Co-authored-by: Michał Smolarek <34063647+Razz4780@users.noreply.github.com> * in the future you will own nothing, and like it Co-authored-by: Michał Smolarek <34063647+Razz4780@users.noreply.github.com> * improve docs // change config name * fix compilation * drop log changes * docs for proxy_connection_timeout Co-authored-by: Michał Smolarek <34063647+Razz4780@users.noreply.github.com> * expect instead of unwrap_or_else * changelog * changelog (actually) --------- Co-authored-by: Michał Smolarek <34063647+Razz4780@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
40 additions
and
6 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Increase timeout of layer-intproxy socket connection to a ludicrous amount. |
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