mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 03:09:56 +00:00
Change default channel cache storage timeout
This commit is contained in:
parent
544e50d7b7
commit
760751f04d
@ -25,7 +25,7 @@ public struct CacheStorageSettings: Codable, Equatable {
|
||||
categoryStorageTimeout: [
|
||||
.privateChats: Int32.max,
|
||||
.groups: Int32(31 * 24 * 60 * 60),
|
||||
.channels: Int32(31 * 24 * 60 * 60)
|
||||
.channels: Int32(7 * 24 * 60 * 60)
|
||||
]
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user