b0y-101 Mini Shell


Current Path : E:/www/instructor/teacher26/administrator/components/com_akeeba/BackupEngine/Core/
File Upload :
Current File : E:/www/instructor/teacher26/administrator/components/com_akeeba/BackupEngine/Core/05.tuning.ini

; Akeeba core engine configuration values
; Copyright (c)2006-2017 Nicholas K. Dionysopoulos / Akeeba Ltd
; Version $Id$

[_group]
description = COM_AKEEBA_CONFIG_HEADER_TUNING

; ======================================================================
; Tuning configuration
; ======================================================================

; Minimum execution time per step
[akeeba.tuning.min_exec_time]
default = 2000
type = integer
min = 0
max = 20000
shortcuts = "0|250|500|1000|2000|3000|4000|5000|7500|10000|15000|20000"
scale = 1000
uom = s
title = COM_AKEEBA_CONFIG_MINEXECTIME_TITLE
description = COM_AKEEBA_CONFIG_MINEXECTIME_DESCRIPTION

; Maximum execution time per step
[akeeba.tuning.max_exec_time]
default = 14
type = integer
min = 0
max = 180
shortcuts = "1|2|3|5|7|10|14|15|20|23|25|30|45|60|90|120|180"
scale = 1
uom = s
title = COM_AKEEBA_CONFIG_MAXEXECTIME_TITLE
description = COM_AKEEBA_CONFIG_MAXEXECTIME_DESCRIPTION

; Run-time bias
[akeeba.tuning.run_time_bias]
default = 75
type = integer
min = 10
max = 100
shortcuts = "10|20|25|30|40|50|60|75|80|90|100"
scale = 1
uom = %
title = COM_AKEEBA_CONFIG_RUNTIMEBIAS_TITLE
description = COM_AKEEBA_CONFIG_RUNTIMEBIAS_DESCRIPTION

; Resume backup after an AJAX error has occurred
[akeeba.advanced.autoresume]
default=1
type=bool
title=COM_AKEEBA_CONFIG_AUTORESUME_TITLE
description=COM_AKEEBA_CONFIG_AUTORESUME_DESCRIPTION

; Wait period before retrying the backup step
[akeeba.advanced.autoresume_timeout]
default=10
type=integer
min=1
max=36000
scale=1
uom="s"
shortcuts="3|5|10|15|20|30|45|60|90|120|300|600|900|1800|3600"
title=COM_AKEEBA_CONFIG_AUTORESUME_TIMEOUT_TITLE
description=COM_AKEEBA_CONFIG_AUTORESUME_TIMEOUT_DESCRIPTION

; Maximum retries of a backup step after an AJAX error
[akeeba.advanced.autoresume_maxretries]
default=3
type=integer
min=1
max=1000
scale=1
shortcuts="1|3|5|7|10|15|20|30|50|100"
title=COM_AKEEBA_CONFIG_AUTORESUME_MAXRETRIES_TITLE
description=COM_AKEEBA_CONFIG_AUTORESUME_MAXRETRIES_DESCRIPTION

;; These are the ultra advanced options for speed devils. WARNING: THEY CAN KILL THE BACKUP PROCESS WHEN ENABLED!

[akeeba.tuning.nobreak.beforelargefile]
default = 0
type = "none"
protected = 1

[akeeba.tuning.nobreak.afterlargefile]
default = 0
type = "none"
protected = 1

[akeeba.tuning.nobreak.proactive]
default = 0
type = "none"
protected = 1

[akeeba.tuning.nobreak.domains]
default = 0
type = "none"
protected = 1

[akeeba.tuning.nobreak.finalization]
default = 0
type = "none"
protected = 1

[akeeba.tuning.settimelimit]
default = 1
type = "none"
protected = 1

Copyright © 2019 by b0y-101