diff options
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. |