• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/classes/general/pull_options.php
  • Класс: CPullOptions
  • Вызов: CPullOptions::SetCommandPerHit
static function SetCommandPerHit($count)
{
	COption::SetOptionInt("pull", "nginx_command_per_hit", intval($count));

	return true;
}