container id fix

This commit is contained in:
shimon
2023-08-15 10:36:14 +03:00
parent 40f0936dc7
commit 1c857c982e
+1 -1
View File
@@ -16,7 +16,7 @@ use Utopia\Validator\Text;
class Backup extends Action
{
public const BACKUPS_PATH = '/backups';
public const BACKUP_INTERVAL_SECONDS = 60 * 60 * 4; // 4 hours;
public const BACKUP_INTERVAL_SECONDS = 60 * 60 * 1; // 4 hours;
public const COMPRESS_ALGORITHM = 'lz4';
public const CONFIG_PATH = '/etc/my.cnf';
protected ?DSN $dsn = null;