Skip to content

Commit 5ac80e9

Browse files
committed
correct GetDelayRTime function
1 parent 7e971da commit 5ac80e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ func (h *ENOptions) GetDelayRTime() int64 {
8686
}
8787
if h.DelayTime != 0 {
8888
h.DelayMaxTime = int64(h.DelayTime)
89+
return int64(h.DelayTime)
8990
}
9091
return 0
9192
}

0 commit comments

Comments
 (0)