mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Use small values in production
This commit is contained in:
parent
542dc9c175
commit
306ff4d971
@ -150,7 +150,7 @@ private func peerAutoremoveSetupEntries(peer: Peer?, presentationData: Presentat
|
|||||||
24 * 60 * 60 * 7,
|
24 * 60 * 60 * 7,
|
||||||
Int32.max
|
Int32.max
|
||||||
]
|
]
|
||||||
if isDebug {
|
if isDebug || true {
|
||||||
availableValues[0] = 5
|
availableValues[0] = 5
|
||||||
availableValues[1] = 60
|
availableValues[1] = 60
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user