Adjust default settings [skip ci]

This commit is contained in:
Ali
2022-12-25 02:24:29 +04:00
parent c06c816cea
commit e5d2e90b1e

View File

@@ -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)
]
)
}