Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoxiaoguang committed Jun 22, 2016
1 parent 201f5be commit 35f1aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
// DefaultBlockWhenExhausted is the default value of ObjectPoolConfig.BlockWhenExhausted
DefaultBlockWhenExhausted = true
// DefaultEvictionPolicyName is the default value of ObjectPoolConfig.EvictionPolicyName
DefaultEvictionPolicyName = "gxg/commonspool/DefaultEvictionPolicy"
DefaultEvictionPolicyName = "github.com/yuwnloyblog/commonspool/DefaultEvictionPolicy"
)

// ObjectPoolConfig is ObjectPool config, include cap, block, valid strategy, evict strategy etc.
Expand Down

0 comments on commit 35f1aec

Please sign in to comment.