We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab12b5 commit 3da1dbbCopy full SHA for 3da1dbb
src/commonMain/kotlin/spp.protocol/view/LiveViewConfig.kt
@@ -29,5 +29,5 @@ import kotlinx.serialization.Serializable
29
data class LiveViewConfig(
30
val viewName: String,
31
val viewMetrics: List<String>,
32
- val refreshRateLimit: Int = 1000 //limit of once per X milliseconds
+ val refreshRateLimit: Int = -1 //limit of once per X milliseconds
33
)
0 commit comments