summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-28 00:30:44 +0300
committerGitHub <[email protected]>2018-01-28 00:30:44 +0300
commite4d730601a2b4b7923d6541ddb06e229945f10b8 (patch)
treec2894fc1675a9bf1e21932782a4dd9ca5ef3e7ce /README.md
parent6d276e7d3ac82ca16ec29c4d3ddc4fa966bc17e9 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 57fe79a6..ba15f5c5 100644
--- a/README.md
+++ b/README.md
@@ -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.