diff options
author | Wolfy-J <[email protected]> | 2018-01-28 00:30:44 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-01-28 00:30:44 +0300 |
commit | e4d730601a2b4b7923d6541ddb06e229945f10b8 (patch) | |
tree | c2894fc1675a9bf1e21932782a4dd9ca5ef3e7ce /README.md | |
parent | 6d276e7d3ac82ca16ec29c4d3ddc4fa966bc17e9 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,8 +28,8 @@ p, err := NewPool( NewPipeFactory(), Config{ NumWorkers: uint64(runtime.NumCPU()), - AllocateTimeout: time.Second, - DestroyTimeout: time.Second, + AllocateTimeout: time.Second, + DestroyTimeout: time.Second, }, ) defer p.Destroy() @@ -39,4 +39,4 @@ rsp, err := p.Exec(&Payload{Body: []byte("hello")}) License: -------- -The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.
\ No newline at end of file +The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. |