mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -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
|
||||
|
||||
/* TODO */
|
||||
/* for now drop */
|
||||
/* unprocess! */
|
||||
nProcessed--;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user