mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 13:12:49 +00:00
Use small values in production
This commit is contained in:
@@ -150,7 +150,7 @@ private func peerAutoremoveSetupEntries(peer: Peer?, presentationData: Presentat
|
||||
24 * 60 * 60 * 7,
|
||||
Int32.max
|
||||
]
|
||||
if isDebug {
|
||||
if isDebug || true {
|
||||
availableValues[0] = 5
|
||||
availableValues[1] = 60
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user