This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch matrix-page in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 603cdc7c7993fb2b41532f70cdb630e8a9bc8254 Author: Li Li <[email protected]> AuthorDate: Wed Mar 22 16:53:55 2023 +0800 update Signed-off-by: Li Li <[email protected]> --- src/pages/matrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/matrix.js b/src/pages/matrix.js index 5d09a21d71c..a49c1d3bfc0 100644 --- a/src/pages/matrix.js +++ b/src/pages/matrix.js @@ -40,7 +40,7 @@ const generateData = (columns, count = 200, prefix = "row-") => }); const columns = generateColumns(10); -const data = generateData(columns, 10); +const data = generateData(columns, 100); const fixedColumns = columns.map((column, columnIndex) => { let frozen;
