Code review comment for lp:~thumper/launchpad/revision-karma-fix

Revision history for this message
Tim Penhey (thumper) wrote :

The count added before is too inefficient so removed it.

Changed the looping logic, and stop if we ever fail to allocate karma as it will infinite-loop otherwise.

If it does die, it gives us the revision_id from which to start debugging.

« Back to merge proposal