rspecq icon indicating copy to clipboard operation
rspecq copied to clipboard

Default Worker#file_split_threshold to nil

Open agis opened this issue 5 years ago • 0 comments

Currently, we default it to a very big number (999999) to effectively disable it (because no jobs take more than that). That doesn't make much sense, we should instead be able to set it to nil to disable the splitting mechanism. The default should also be nil.

agis avatar Aug 08 '20 21:08 agis