Removed Redundant call
This commit is contained in:
parent
ce1472df66
commit
77a1ab2e8c
@ -185,7 +185,7 @@ func main() {
|
|||||||
burst := *burstPtr
|
burst := *burstPtr
|
||||||
keyMaxValue := *maxEntriesPtr
|
keyMaxValue := *maxEntriesPtr
|
||||||
durationInt := *testDurationPtr
|
durationInt := *testDurationPtr
|
||||||
duration := time.Duration(time.Second * time.Duration(durationInt))
|
duration := time.Second * time.Duration(durationInt)
|
||||||
|
|
||||||
pool := newPool(host)
|
pool := newPool(host)
|
||||||
client := pool.Get()
|
client := pool.Get()
|
||||||
|
Loading…
Reference in New Issue
Block a user