Increase debug log view size

This commit is contained in:
Davide De Rosa 2022-09-23 08:32:10 +02:00
parent c2aef310f3
commit f755550974
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ extension Constants {
static let tunnelLogFormat = "$DHH:mm:ss$d - $M"
static let tunnelLogMaxBytes = 15000
static let tunnelLogMaxBytes = 100000
static let tunnelLogRefreshInterval: TimeInterval = 5.0
}