This is currently defined in the file cache_builders/post_island.php. Line 68 you'll see this:

PHP Code


$one_month = $html->get_date() - (86400 *30);

 

Change the 30 in that line to how many days back you want.