diff options
| author | drebs <drebs@riseup.net> | 2017-07-10 07:48:20 -0300 |
|---|---|---|
| committer | drebs <drebs@riseup.net> | 2017-07-10 07:48:20 -0300 |
| commit | 76090081ec1cc1d785150e8d15cb8a0397b0c590 (patch) | |
| tree | 98bf3228416edaff6c2c7111825d0719965a30b7 /elastic/templates/visualization-visState-cpu.mustache | |
| parent | e1b9588d8d6bd2239befe252f138837076614d0e (diff) | |
[elastic] increase limit of points in graphs
Diffstat (limited to 'elastic/templates/visualization-visState-cpu.mustache')
| -rw-r--r-- | elastic/templates/visualization-visState-cpu.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elastic/templates/visualization-visState-cpu.mustache b/elastic/templates/visualization-visState-cpu.mustache index e078f46..98883e4 100644 --- a/elastic/templates/visualization-visState-cpu.mustache +++ b/elastic/templates/visualization-visState-cpu.mustache @@ -27,7 +27,7 @@ }, "order" : "asc", "field" : "commit_id_and_date", - "size" : 50, + "size" : 10000, "orderBy" : "custom", "customLabel" : "Commit info: id and date" }, |
