pvolok / mprocs

Run multiple commands in parallel
MIT License
1.51k stars 50 forks source link

[feature] What is the size of the scroll buffer? Add an option to increased it. #107

Closed ddofborg closed 3 months ago

ddofborg commented 9 months ago

What is the size (in lines or bytes) of the scroll buffer?

ddofborg commented 9 months ago

It looks like the buffer is around 1000 lines. It would be great to be able to increase it to another value. For me 100k lines would be better :)

jayvdb commented 8 months ago

It is 1000 defined at https://github.com/pvolok/mprocs/blob/08d17adebd110501106f86124ef1955fb2beb881/src/proc/mod.rs#L58C14-L58C27

pvolok commented 3 months ago

Reopening. Still need to add code for reading value from parsed yaml.

jayvdb commented 3 months ago

I believe this has been solved now.