diff options
-rw-r--r-- | trace-view-store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-view-store.h b/trace-view-store.h index 9dbbb5a..9c9af78 100644 --- a/trace-view-store.h +++ b/trace-view-store.h | |||
@@ -121,7 +121,7 @@ GType trace_view_store_get_type (void); | |||
121 | 121 | ||
122 | TraceViewStore *trace_view_store_new (struct tracecmd_input *handle); | 122 | TraceViewStore *trace_view_store_new (struct tracecmd_input *handle); |
123 | 123 | ||
124 | #define TRACE_VIEW_DEFAULT_MAX_ROWS 10000 | 124 | #define TRACE_VIEW_DEFAULT_MAX_ROWS 1000 |
125 | 125 | ||
126 | #if 0 | 126 | #if 0 |
127 | void trace_view_store_append_record (TraceViewStore *trace_view_store, | 127 | void trace_view_store_append_record (TraceViewStore *trace_view_store, |