Skip to content

Commit f0f432b

Browse files
committed
already have
1 parent 3c43855 commit f0f432b

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

src/commonMain/kotlin/spp.protocol/instrument/HitThrottle.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package spp.protocol.instrument
33
import kotlinx.datetime.Clock
44
import kotlin.jvm.Transient
55

6-
class HitThrottle(private val limit: Int, step: HitThrottleStep) {
6+
class HitThrottle(private val limit: Int, step: ThrottleStep) {
77

8-
private val step: HitThrottleStep
8+
private val step: ThrottleStep
99

1010
@Transient
1111
private var lastReset: Long = -1

src/commonMain/kotlin/spp.protocol/instrument/HitThrottleStep.kt

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)