diff --git a/submodules/TelegramCore/Sources/SyncCore/SyncCore_CacheStorageSettings.swift b/submodules/TelegramCore/Sources/SyncCore/SyncCore_CacheStorageSettings.swift index fba883b466..2d0d6ef90b 100644 --- a/submodules/TelegramCore/Sources/SyncCore/SyncCore_CacheStorageSettings.swift +++ b/submodules/TelegramCore/Sources/SyncCore/SyncCore_CacheStorageSettings.swift @@ -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) ] ) }