Skip to content

Commit 6ee9eef

Browse files
committed
Make TrafficCalibration default value more universal
1 parent 07c7ea2 commit 6ee9eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

velocity/src/main/kotlin/io/github/rothes/esu/velocity/module/NetworkThrottleModule.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ object NetworkThrottleModule: VelocityModule<NetworkThrottleModule.ModuleConfig,
7070
)
7171

7272
data class TrafficCalibration(
73-
val outgoingPpsMultiplier: Double = 0.6667,
74-
val incomingPpsMultiplier: Double = 3.0,
73+
val outgoingPpsMultiplier: Double = 1.0,
74+
val incomingPpsMultiplier: Double = 1.0,
7575
)
7676
}
7777

0 commit comments

Comments
 (0)