Use small values in production

This commit is contained in:
Ali 2021-02-10 22:32:41 +04:00
parent 542dc9c175
commit 306ff4d971

View File

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