mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 00:19:30 -05:00
Bugfix to not count QUERYHASH in processed.
Might improve dht responsiveness. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6685 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f66ef5d3b4
commit
af229eb9a7
@ -727,6 +727,9 @@ void bdNode::processRemoteQuery()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* TODO */
|
/* TODO */
|
||||||
|
/* for now drop */
|
||||||
|
/* unprocess! */
|
||||||
|
nProcessed--;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user