ThemeFuse / Unyson-Backups-Extension

Backup & Demo Content - This extension lets you create an automated backup schedule, import demo content or even create a demo content archive for migration purposes.
http://manual.unyson.io/en/latest/extension/backups/
10 stars 17 forks source link

Maximum execution time of 29 seconds exceeded in ... #39

Closed pear1 closed 7 years ago

pear1 commented 7 years ago

Hello,

Lot of my clients have this issue: Maximum execution time of 29 seconds exceeded... Most of them helps solution by increasing max execution time and max input time. Can you include something like this in this extension execution time?

@ini_set( 'max_execution_time', '200000' );
@ini_set( 'max_input_time ', '200000' );

Thank you

ghost commented 7 years ago
  1. https://github.com/ThemeFuse/Unyson-Backups-Extension/compare/v2.0.18...v2.0.19#diff-cf235647150056d7682c3db517c39485R70
  2. https://github.com/ThemeFuse/Unyson-Extensions-Approval/issues/335