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:
drbob 2013-09-04 05:43:12 +00:00
parent f66ef5d3b4
commit af229eb9a7

View File

@ -727,6 +727,9 @@ void bdNode::processRemoteQuery()
#endif
/* TODO */
/* for now drop */
/* unprocess! */
nProcessed--;
break;
}
default: