mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 01:01:40 -04: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
1 changed files with 3 additions and 0 deletions
|
@ -727,6 +727,9 @@ void bdNode::processRemoteQuery()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* TODO */
|
/* TODO */
|
||||||
|
/* for now drop */
|
||||||
|
/* unprocess! */
|
||||||
|
nProcessed--;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue