Jump to content

Unarchive Scheduler Restore.php


THL

Recommended Posts

Posted

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?

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...