Refactor TmfTrace and dependencies - introduce ITmfTraceIndexer
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.core / src / org / eclipse / linuxtools / internal / lttng / core / trace / LTTngTextTrace.java
index 12ee63d01298e9692bc218545b5b7812e50c9581..13166d72dcb4696abf584b2cee6978369038c96b 100644 (file)
@@ -75,7 +75,7 @@ public class LTTngTextTrace extends TmfTrace<LttngEvent> {
         if ( positionToFirstEvent() == false )
             throw new IOException("Fail to position to the beginning of the trace"); //$NON-NLS-1$
         else {
-            fIndexPageSize = 1000;
+            fCacheSize = 1000;
 
             // Skip indexing if asked
             //         if ( skipIndexing == true ) {
This page took 0.023392 seconds and 5 git commands to generate.