Browse: Home / Constants /

LEARNDASH_PROCESS_TIME_PERCENT

define( 'LEARNDASH_PROCESS_TIME_PERCENT',  int $process_time_percent )

Define LearnDash LMS – Set the processing time (percent) for Data Upgrade and Report Export processing.


Description #

During the Data Upgrade or Reporting processing there is a series of AJAX calls made. This define controls how long the AJAX call can run before returning and starting a new AJAX process.


Parameters #

$process_time_percent

(int) (Required) Default is 80 percent.


Source #

File: includes/admin/class-learndash-admin-data-upgrades.php


Changelog #

Changelog
Version Description
2.3.0 Introduced.