WinPooh32 / peerstohttp

Simple torrent proxy to http stream controlled over REST-like api
GNU General Public License v3.0
46 stars 10 forks source link

Fix: service was ignoring the `-torrDebug` switch. #21

Closed pataquets closed 2 years ago

pataquets commented 2 years ago

When enabling the -torrDebug switch, nothing different was happening. Digging a bit, I've found that the cfg.Debug service variable, was being set always to false, no matter what was requested via switches.

EDIT: Isn't there any way to speed up compilations (under Docker) if only app code changes? (no deps nor libs).