mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Adjust debug timeouts
This commit is contained in:
parent
d8309145ec
commit
b966565f0c
@ -151,8 +151,8 @@ private func peerAutoremoveSetupEntries(peer: Peer?, presentationData: Presentat
|
||||
Int32.max
|
||||
]
|
||||
if isDebug || true {
|
||||
availableValues[0] = 5
|
||||
availableValues[1] = 60
|
||||
availableValues[0] = 60
|
||||
availableValues[1] = 5 * 60
|
||||
}
|
||||
entries.append(.timeValue(resolvedValue, resolvedMaxValue, availableValues))
|
||||
if let channel = peer as? TelegramChannel, case .broadcast = channel.info {
|
||||
|
Loading…
x
Reference in New Issue
Block a user