Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase qid state for (qid,resolver) only when we actually kick off resolution for given qid by given resolver #306

Merged
merged 2 commits into from May 29, 2015

Conversation

theli-ua
Copy link
Contributor

This should do it.

@@ -560,6 +563,7 @@ Pipeline::shunt( const query_ptr& q )
{
tLog( LOGVERBOSE ) << "Dispatching to resolver" << r->name() << r->timeout() << q->toString() << q->solved() << q->id();

incQIDState(q, r);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style: spaces missing.

muesli added a commit that referenced this pull request May 29, 2015
Increase qid state for (qid,resolver) only when we actually kick off resolution for given qid by given resolver
@muesli muesli merged commit fd0dab5 into tomahawk-player:master May 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants