Skip to content

Commit 5adb727

Browse files
committed
Update tickDuration from 20 to 100
1 parent 52a37f1 commit 5adb727

File tree

1 file changed

+1
-1
lines changed
  • tang-starter/wheel-delay-queue-spring-boot-starter/src/main/kotlin/com/tang/queue/autoconfigure

1 file changed

+1
-1
lines changed

tang-starter/wheel-delay-queue-spring-boot-starter/src/main/kotlin/com/tang/queue/autoconfigure/QueueProperties.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class QueueProperties {
2828
/**
2929
* 槽位时间间隔
3030
*/
31-
var tickDuration: Long = 20
31+
var tickDuration: Long = 100
3232

3333
/**
3434
* 时间单位

0 commit comments

Comments
 (0)