1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-27 00:12:31 +01:00

No one ever completes // TODO things

This commit is contained in:
Frank Denis 2019-11-05 01:10:57 +01:00
parent da3f30871f
commit 17a675021e

View File

@ -25,9 +25,6 @@ func systemDWatchdog() error {
refreshInterval := watchdogFailureDelay / 3
go func() {
for {
// TODO There could be other checks this just
// checks program is not totally stuck and can
// run this goroutine
daemon.SdNotify(false, "WATCHDOG=1")
clocksmith.Sleep(refreshInterval)
}