]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix bug in db queue manager: when receiving an invalid or deleted notice, we were...
authorBrion Vibber <brion@pobox.com>
Mon, 20 Sep 2010 20:19:58 +0000 (13:19 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 20 Sep 2010 20:19:58 +0000 (13:19 -0700)
commit2f38c9c99cb10be8fab28a624fa6f64cec6c0a9b
tree341edca0a2886249c5c29553b445d62f71c4951c
parent10f6e14134cd00d018127d99f90ada5c52805e39
Fix bug in db queue manager: when receiving an invalid or deleted notice, we were running it through the 'temporary fail, release it to try again' path instead of the 'done, discard item' path. Should fix some infinite-loop-of-doom-in-queue cases.
lib/dbqueuemanager.php