summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2020-10-28 14:42:16 +0300
committerWolfy-J <[email protected]>2020-10-28 14:42:16 +0300
commit810bc58c7b64029d21504d3f7286ccaeb16b0207 (patch)
treec26be1bc76cc7c9fb9262cfd54855c50c416ec4c /plugins
parenta8e31d57147252b0ef28237bf3094d7f5af01f5e (diff)
parent47a570c220a36ae7b770ea594a41637fa31fc8e8 (diff)
Merge branch 'release_2.0' into feature/logging
Diffstat (limited to 'plugins')
-rw-r--r--plugins/app/tests/plugin_2.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/app/tests/plugin_2.go b/plugins/app/tests/plugin_2.go
index 86da4eed..fbb9ca11 100644
--- a/plugins/app/tests/plugin_2.go
+++ b/plugins/app/tests/plugin_2.go
@@ -61,11 +61,11 @@ func (f *Foo2) Serve() chan error {
MaxJobs: 100,
AllocateTimeout: time.Second * 10,
DestroyTimeout: time.Second * 10,
- Supervisor: roadrunner.SupervisorConfig{
+ Supervisor: &roadrunner.SupervisorConfig{
WatchTick: 60,
TTL: 1000,
IdleTTL: 10,
- ExecTTL: time.Second * 10,
+ ExecTTL: 10,
MaxWorkerMemory: 1000,
},
}