Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
THL Posted May 22, 2016 Posted May 22, 2016 I'am currently unarchiving topics, the scheduler is setup to process the task every minute now, it has been doing this for the last 24 hours and counting. Question being can I increase the number of topics unarchived. The file located at forums/admin/sources/classes/archive/restore.php is set to unarchive 250 at a time the code is shown below. $options['process'] = ( is_numeric( $options['process'] ) && $options['process'] > 0 ) ? $options['process'] : 500; $options['process'] = ( is_numeric( $options['process'] ) && $options['process'] > 0 ) ? $options['process'] : 250; Is it ok to increase this to 500 or even 1000 at a time? Is this also the correct code?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.