I want to know if I set the limitation of messages showing number, what kind of rule does NPM apply to cut the messages?
For example, I set show 1000 messages at first time. And I set show 500 messages at second time. Compare the two times result, I find the second time NPM didn't cut the 500 messages according the time sequencing. It seems like NPM omit some same type of messages and let it only shows once automatically. Am I right?