Skip to content

Commit 3da1dbb

Browse files
committed
default
1 parent 5ab12b5 commit 3da1dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/spp.protocol/view/LiveViewConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ import kotlinx.serialization.Serializable
2929
data class LiveViewConfig(
3030
val viewName: String,
3131
val viewMetrics: List<String>,
32-
val refreshRateLimit: Int = 1000 //limit of once per X milliseconds
32+
val refreshRateLimit: Int = -1 //limit of once per X milliseconds
3333
)

0 commit comments

Comments
 (0)