Re-enabled truncation (accidentally disabled it before...)
This commit is contained in:
parent
ffd3bd960b
commit
1ff1d4c128
1 changed files with 3 additions and 3 deletions
|
@ -125,10 +125,10 @@ int Tinit() {
|
||||||
|
|
||||||
InitiateRecovery();
|
InitiateRecovery();
|
||||||
|
|
||||||
/*truncationInit();
|
truncationInit();
|
||||||
if(lladd_enableAutoTruncation) {
|
if(lladd_enableAutoTruncation) {
|
||||||
autoTruncate(); // should this be before InitiateRecovery?
|
autoTruncate(); // should this be before InitiateRecovery?
|
||||||
}*/
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue