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:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user