Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
djylb committed Jan 30, 2025
1 parent afce749 commit ebc6042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func dealCommon(s string) *CommonConfig {
case "flow_limit":
c.Client.Flow.FlowLimit = int64(common.GetIntNoErrByStr(item[1]))
case "time_limit":
c.Client.Flow.TimeLimit = common.GetTimeNoErrByStr(item[1]))
c.Client.Flow.TimeLimit = common.GetTimeNoErrByStr(item[1])
case "max_conn":
c.Client.MaxConn = common.GetIntNoErrByStr(item[1])
case "remark":
Expand Down

0 comments on commit ebc6042

Please sign in to comment.