diff --git a/src/finer/R3Stretcher.h b/src/finer/R3Stretcher.h index b3032ae..daf9090 100644 --- a/src/finer/R3Stretcher.h +++ b/src/finer/R3Stretcher.h @@ -117,9 +117,10 @@ protected: maxInhop(1024) { if (options & RubberBandStretcher::OptionWindowShort) { // See note in calculateHop + minPreferredOuthop = 256; maxPreferredOuthop = 640; maxInhopWithReadahead = 512; - maxInhop = 1024; + maxInhop = 1560; } } };