diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-12-02 23:58:18 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-12-17 21:43:47 -0500 |
commit | 1ed72ada8dacf1b12c4b02c9d57c3ea42e8c202b (patch) | |
tree | 6d5b453254f4f87e68f13d53f8e03eb87cf0dda2 | |
parent | 2a40741722d6e078ff25eac89a18769090a2c845 (diff) |
Change default visible rows from 10000 to 1000
Even having 10000 row limit takes a bit of time to show the rows.
Making it only 1000 rows per page seems to speed it up a bit.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-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, |