http://www.perlmonks.org?node_id=506646


in reply to Re: New XML Chatter Stuff
in thread New XML Chatter Stuff

Nope. That patch wont be reverted.

The user nodes ticker was causing a huge drag on the system, so it was patched to be lower load. The alternative was to patch it out of existance.

If you want the full data set then will have to do multiple fetches using the 'offset' parameter. Each fetch should return 100 records, if it does return this number then increment offset by 100 and refetch. Eventually it will return less than 100 records and you are done.

Apologies for not announcing this directly, I was called away unexpectedly before I could do so.

---
$world=~s/war/peace/g

  • Comment on Re^2: New XML Chatter Stuff (user nodes info changes)