mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Adjust default settings [skip ci]
This commit is contained in:
@@ -24,8 +24,8 @@ public struct CacheStorageSettings: Codable, Equatable {
|
|||||||
defaultCacheStorageLimitGigabytes: 8 * 1024 * 1024,
|
defaultCacheStorageLimitGigabytes: 8 * 1024 * 1024,
|
||||||
categoryStorageTimeout: [
|
categoryStorageTimeout: [
|
||||||
.privateChats: Int32.max,
|
.privateChats: Int32.max,
|
||||||
.groups: Int32.max,
|
.groups: Int32(31 * 24 * 60 * 60),
|
||||||
.channels: Int32(1 * 24 * 60 * 60)
|
.channels: Int32(31 * 24 * 60 * 60)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user