Skip to content

Commit

Permalink
Add statsum client to garbage collector
Browse files Browse the repository at this point in the history
  • Loading branch information
gregarndt authored and imbstack committed May 7, 2020
1 parent 05e9b93 commit 5f73c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/docker-worker/bin/worker.js
Expand Up @@ -219,7 +219,7 @@ async () => {
gcConfig.dockerVolume = config.dockerVolume;
gcConfig.docker = config.docker;
gcConfig.log = config.log;

gcConfig.monitor = config.monitor;

config.gc = new GarbageCollector(gcConfig);

Expand Down

0 comments on commit 5f73c85

Please sign in to comment.