feat: Disable job recording from plenary.

This should reduce memory usage at least for large jobs. We won't save
all the results into the job. I _think_ this will be half memory usage
for many situations.
This commit is contained in:
TJ DeVries
2020-09-21 15:39:40 -04:00
parent 2ca006fc97
commit 25b7895097
2 changed files with 6 additions and 2 deletions

View File

@@ -132,6 +132,8 @@ function JobFinder:_find(prompt, process_result, process_complete)
writer = writer,
enable_recording = false,
on_stdout = on_output,
on_stderr = on_output,