mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
revert default interval from 100ms to 50ms
This commit is contained in:
@ -36,7 +36,7 @@ const (
|
||||
panicExit = "exit" // Internal usage for custom job exit function with panic.
|
||||
defaultTimes = math.MaxInt32 // Default limit running times, a big number.
|
||||
defaultSlotNumber = 10 // Default slot number.
|
||||
defaultWheelInterval = 100 // Default wheel interval.
|
||||
defaultWheelInterval = 50 // Default wheel interval.
|
||||
defaultWheelLevel = 5 // Default wheel level.
|
||||
cmdEnvKey = "gf.gtimer" // Configuration key for command argument or environment.
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user