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 56e1bb7 commit 8c91788Copy full SHA for 8c91788
src/main/kotlin/spp/protocol/instrument/throttle/InstrumentThrottle.kt
@@ -30,7 +30,10 @@ data class InstrumentThrottle(
30
val step: ThrottleStep,
31
) {
32
companion object {
33
+ @JvmStatic
34
val DEFAULT: InstrumentThrottle = InstrumentThrottle(1, ThrottleStep.SECOND)
35
+
36
37
val NONE: InstrumentThrottle = InstrumentThrottle(-1, ThrottleStep.SECOND)
38
}
39
0 commit comments