Robyn
Robyn copied to clipboard
change --fast defaults
We should change the number of processes and workers in --fast
--processes -> (os.cpu_count * 2) + 1 --workers -> 2
@VishnuSanal , can you have a look at this?