From 2d6e1e64fdbefed233b9f585ff866d85ac2c633a Mon Sep 17 00:00:00 2001 From: overtake <> Date: Mon, 2 Sep 2019 14:01:19 +0300 Subject: [PATCH] no message --- submodules/TelegramCore/TelegramCore/CacheStorageSettings.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramCore/TelegramCore/CacheStorageSettings.swift b/submodules/TelegramCore/TelegramCore/CacheStorageSettings.swift index 94bec9c653..89dd389413 100644 --- a/submodules/TelegramCore/TelegramCore/CacheStorageSettings.swift +++ b/submodules/TelegramCore/TelegramCore/CacheStorageSettings.swift @@ -11,7 +11,7 @@ public struct CacheStorageSettings: PreferencesEntry, Equatable { public let defaultCacheStorageTimeout: Int32 public static var defaultSettings: CacheStorageSettings { - return CacheStorageSettings(defaultCacheStorageTimeout: 7 * 60 * 60 * 24) + return CacheStorageSettings(defaultCacheStorageTimeout: 1 * 31 * 24 * 60 * 60) } init(defaultCacheStorageTimeout: Int32) {