You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2023/04/12 06:34:08 UTC

[pulsar-site] 03/10: update

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 <ur...@apache.org>
AuthorDate: Wed Mar 22 16:53:55 2023 +0800

    update
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 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;