forked from premiere/premiere-libtorrent
add todo comment
This commit is contained in:
parent
48e4cf9478
commit
44021c99e1
|
@ -64,6 +64,8 @@ namespace libtorrent { namespace dht
|
||||||
if (match)
|
if (match)
|
||||||
{
|
{
|
||||||
++match->count;
|
++match->count;
|
||||||
|
|
||||||
|
// TODO: 2 make these limits configurable
|
||||||
if (match->count >= 50)
|
if (match->count >= 50)
|
||||||
{
|
{
|
||||||
if (now < match->limit)
|
if (now < match->limit)
|
||||||
|
|
Loading…
Reference in New Issue