mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Change default value for backup_sche_keep to be one day.
(As the path of least impact on server resources)
This commit is contained in:
parent
b06021549a
commit
4cd327fb26
@ -267,7 +267,7 @@ function schedule_backup_course_configure($course,$starttime = 0) {
|
||||
$backup_config->backup_sche_destination = "";
|
||||
}
|
||||
if (!isset($backup_config->backup_sche_keep)) {
|
||||
$backup_config->backup_sche_keep = 0;
|
||||
$backup_config->backup_sche_keep = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
$backup_config->backup_sche_destination = "";
|
||||
}
|
||||
if (!isset($backup_config->backup_sche_keep)) {
|
||||
$backup_config->backup_sche_keep = 0;
|
||||
$backup_config->backup_sche_keep = 1;
|
||||
}
|
||||
|
||||
//print_object($backup_config); //Debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user