diff options
author | Wolfy-J <[email protected]> | 2020-10-28 14:42:16 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-10-28 14:42:16 +0300 |
commit | 810bc58c7b64029d21504d3f7286ccaeb16b0207 (patch) | |
tree | c26be1bc76cc7c9fb9262cfd54855c50c416ec4c /plugins/app/tests | |
parent | a8e31d57147252b0ef28237bf3094d7f5af01f5e (diff) | |
parent | 47a570c220a36ae7b770ea594a41637fa31fc8e8 (diff) |
Merge branch 'release_2.0' into feature/logging
Diffstat (limited to 'plugins/app/tests')
-rw-r--r-- | plugins/app/tests/plugin_2.go | 4 |
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, }, } |