summaryrefslogtreecommitdiff
path: root/plugins/app/tests/plugin_pipes.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-16 14:21:35 +0300
committerValery Piashchynski <[email protected]>2020-11-16 14:21:35 +0300
commit57ad958acab2d108be0a35547faf6e7a791cf069 (patch)
tree3c519708540265a7e74b03d1fe17ef4101ffcfdf /plugins/app/tests/plugin_pipes.go
parentd890eee1742dc3a0a1c787f7e65d40b1e81a94db (diff)
Update Pool
Diffstat (limited to 'plugins/app/tests/plugin_pipes.go')
-rw-r--r--plugins/app/tests/plugin_pipes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/app/tests/plugin_pipes.go b/plugins/app/tests/plugin_pipes.go
index fc999718..150ab297 100644
--- a/plugins/app/tests/plugin_pipes.go
+++ b/plugins/app/tests/plugin_pipes.go
@@ -13,7 +13,7 @@ import (
const ConfigSection = "app"
const Response = "test"
-var testPoolConfig = roadrunner.Config{
+var testPoolConfig = roadrunner.PoolConfig{
NumWorkers: 10,
MaxJobs: 100,
AllocateTimeout: time.Second * 10,