create-package-feed.pl: Bump maxlimit to 1000 and die when it's reached
authorFabian Keil <fk@fabiankeil.de>
Sat, 16 Jul 2016 11:41:52 +0000 (11:41 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 16 Jul 2016 11:41:52 +0000 (11:41 +0000)
commit2cd72bf3f083df6d457c30c091c306984c8c3277
tree563017fafa5343ba2283b814b16457a4e46c18ee
parentb2b373aab1fb0b3384b7c928a8370f005f7372f4
create-package-feed.pl: Bump maxlimit to 1000 and die when it's reached

The goal of maxlimit seemed to be to limit the items in
the feed, but as it triggered before the items were sorted
it resulted in incorrect results.

Once the current limit is reached, the script should probably be
refactored to be more efficient.
utils/create-package-feed.pl