I don't think you actually tried it, or you would find this line is also incorrect:
$limit = JRequest::getInt('limit');
"limit" is not passed as a request variable, since it depends on the number of leading items, primary items, secondary items and link items on a given page according to the configuration of that specific category page. So, it can't come directly from the component configuration, and it isn't passed as a request variable.