Redis – How can I index the bittorrent DHT properly for infohashes?
I have this code but after 12 hours of running it only found 5 infohashes. What can I do to increase this number? import DHT from 'bittorrent-dht'; import magnet from 'magnet-uri'; import WebTorrent from 'webtorrent'; import redis from 'redis'; const…