Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add note of new cron config values.

...

SettingData TypeDescription
Blesta.cron_memory_limitstringSets the memory limit during cron execution, null will not override memory limit. Acceptable values are those allowed by init_set() for 'memory_limit' (e.g. "512M" = 512 MB).
Blesta.cron_task_restart_limitinteger

The time period (in minutes) after which an unfinished cron task will be considered stalled and the cron task may be run again.

Blesta.cron_minimum_run_interval*integer

The minimum time period (in minutes) after which a cron task may be rerun.


Warning
titleMinimum run interval*

This should be set to no less than the smallest interval configured for automation tasks in Blesta.


Session

SettingData TypeDescription
Blesta.session_ttlintegerLength of time (in seconds) that a session will be valid for
Blesta.cookie_ttlintegerLength of time (in seconds) that a cookie will be valid for

...