Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Determines the number of sticky notes to display at the top of a client profile page before you have to click to show more.

cron_log_retention_days

Code Block
languagephp
// Number of days in the past to retain cron logs
Configure::set('Blesta.cron_log_retention_days', 10);

Determines the number of days that the cron log should be kept for. Reducing this will result in a smaller database, but less retention.

Blesta.default_password_reset_value

...