5c91afb Bump MAX_CLONES_PER_BIO

1 file Authored by Dakota Williams 4 years ago, Committed by ngompa 4 years ago,
    Bump MAX_CLONES_PER_BIO
    
    Multi-page bvecs were causing tracing_params.bio_sects to max out. Make
    more space for potentially larger bios. The largest number of pages I've
    seen is 2048 per bio. A value of 8 will work for this, added 2 to
    account for unalignedness.
    
        
file modified
+1 -1