periodically restarts tor daemon when it fails to get a response from itself, rate limits restarts

This commit is contained in:
Keagan McClelland
2021-01-11 17:14:22 -07:00
committed by Aiden McClelland
parent 5fbf34a84e
commit ebd74cca3c
6 changed files with 78 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ dependencies:
- comonad
- conduit
- conduit-extra
- connection
- containers
- cryptonite
- cryptonite-conduit
@@ -72,6 +73,7 @@ dependencies:
- mime-types
- monad-control
- monad-logger
- network
- persistent
- persistent-sqlite
- persistent-template
@@ -82,6 +84,7 @@ dependencies:
- regex-compat # TODO: trim this dep
- shell-conduit
- singletons
- socks
- stm
- streaming
- streaming-bytestring