Skip to content

Commit

Permalink
Merge branch 'master' into fix-chunk-bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels authored Feb 26, 2024
2 parents d82e821 + 5359da5 commit 2d9fc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtx_timer.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
rtoInitial float64 = 3.0 * 1000 // msec
rtoInitial float64 = 1.0 * 1000 // msec
rtoMin float64 = 1.0 * 1000 // msec
rtoMax float64 = 60.0 * 1000 // msec
rtoAlpha float64 = 0.125
Expand Down

0 comments on commit 2d9fc9e

Please sign in to comment.