mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 01:10:09 +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
|
Int32.max
|
||||||
]
|
]
|
||||||
if isDebug || true {
|
if isDebug || true {
|
||||||
availableValues[0] = 5
|
availableValues[0] = 60
|
||||||
availableValues[1] = 60
|
availableValues[1] = 5 * 60
|
||||||
}
|
}
|
||||||
entries.append(.timeValue(resolvedValue, resolvedMaxValue, availableValues))
|
entries.append(.timeValue(resolvedValue, resolvedMaxValue, availableValues))
|
||||||
if let channel = peer as? TelegramChannel, case .broadcast = channel.info {
|
if let channel = peer as? TelegramChannel, case .broadcast = channel.info {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user