rspecq
rspecq copied to clipboard
Default Worker#file_split_threshold to nil
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.