mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +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,
|
||||
categoryStorageTimeout: [
|
||||
.privateChats: Int32.max,
|
||||
.groups: Int32.max,
|
||||
.channels: Int32(1 * 24 * 60 * 60)
|
||||
.groups: Int32(31 * 24 * 60 * 60),
|
||||
.channels: Int32(31 * 24 * 60 * 60)
|
||||
]
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user