holepunchto / hyperdht

The DHT powering Hyperswarm
https://docs.holepunch.to
MIT License
323 stars 46 forks source link

Add "no-log" modus to binary #10

Closed martinheidegger closed 4 years ago

martinheidegger commented 5 years ago

When starting the dht as a node it will automatically log requests

https://github.com/hyperswarm/dht/blob/153d0fb498cc8ba106e64ba23612e28ee250a447/bin.js#L11-L21

this might fill up the hard disc and it should be possible to switch it of.

Note: I am not sure how to implement this best, else I would send a PR

davidmarkclements commented 5 years ago

to implement:

da2x commented 4 years ago

This was resolved in #28.