Hi ustict,
I had to carry this up to the Engineers, but we have a modification you can make.
Open system/expressionengine/libraries/Throttling.php around line 42, you could add in a check for that IP:
function run()
{
// Add the below- change 123 to the relevant ip addy
if ($this->EE->input->ip_address() == '123')
{
return;
}
// End addition
if ( ! is_numeric($this->EE->config->item('max_page_loads')))
{
return;
}Now, this is a supported change, since I’m telling you to do it. What you will need to do is keep up with it through update made to ExpressionEngine, so that it stays in effect.
I’m going to move this into Development and Programming, but will subscribe to the thread to keep up with your progress!
Cheers,
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.