Project

General

Profile

txwrapper.patch

Dănuț Filimon, 07/29/2024 02:39 AM

Download (593 Bytes)

View differences:

new/src/com/goldencode/p2j/persist/TxWrapper.java 2024-07-19 10:56:33 +0000
928 928
            {
929 929
               for (RecordBuffer buf : buffers.keySet())
930 930
               {
931
                  buf.validate(transaction, aggressiveFlush);
931
                  //buf.validate(transaction, aggressiveFlush);
932 932
                  
933 933
                  // The next block is rarely entered, only in edge cases.
934 934
                  // Details: