We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a2ad4 commit 648c635Copy full SHA for 648c635
src/commons/Parameters.cpp
@@ -2515,9 +2515,9 @@ void Parameters::setDefaults() {
2515
resultDirection = Parameters::PARAM_RESULT_DIRECTION_TARGET;
2516
weightThr = 0.9;
2517
weightFile = "";
2518
- // TODO: change to true after fixing regression tests
2519
- matchAdjacentSeq = false;
+ matchAdjacentSeq = true;
2520
hashSeqBuffer = 1.05;
+ numDiskBuffer = 0;
2521
2522
// result2stats
2523
stat = "";
src/commons/Parameters.h
@@ -554,6 +554,7 @@ class Parameters {
554
std::string weightFile;
555
bool matchAdjacentSeq;
556
float hashSeqBuffer;
557
+ int numDiskBuffer;
558
559
// indexdb
560
int checkCompatible;
0 commit comments