|
@@ -80,7 +80,7 @@ import UIKit
|
|
@objc public var disable_mobileconfig: Bool = false
|
|
@objc public var disable_mobileconfig: Bool = false
|
|
|
|
|
|
// Internal option behaviour
|
|
// Internal option behaviour
|
|
- @objc public var cleanUpDay: Int = 0 // Set default "Delete all file older than " possible days value are: 0, 1, 7, 30, 90, 180, 365
|
|
|
|
|
|
+ @objc public var cleanUpDay: Int = 0 // Set default "Delete, in the cache, all files older than" possible days value are: 0, 1, 7, 30, 90, 180, 365
|
|
|
|
|
|
override init() {
|
|
override init() {
|
|
|
|
|