mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added 60 seconds to the update interval for readers
This commit is contained in:
@@ -128,7 +128,7 @@ public let ShortLong: [KeyValue_t] = [
|
||||
KeyValue_t(key: "long", value: "Long")
|
||||
]
|
||||
|
||||
public let ReaderUpdateIntervals: [Int] = [1, 2, 3, 5, 10, 15, 30]
|
||||
public let ReaderUpdateIntervals: [Int] = [1, 2, 3, 5, 10, 15, 30, 60]
|
||||
public let NumbersOfProcesses: [Int] = [0, 3, 5, 8, 10, 15]
|
||||
|
||||
public typealias Bandwidth = (upload: Int64, download: Int64)
|
||||
|
||||
Reference in New Issue
Block a user