From 54571531f4d072462c49d86efd6aaad736381978 Mon Sep 17 00:00:00 2001 From: Christoph Michel Date: Wed, 22 Aug 2018 15:01:44 +0200 Subject: [PATCH] Increase eos query rows limit. Remove console logs --- pages/index.js | 1 - src/utils/eos.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/index.js b/pages/index.js index a52c058..5f33793 100644 --- a/pages/index.js +++ b/pages/index.js @@ -40,7 +40,6 @@ class Index extends React.Component { ScatterJS.scatter .connect(`kingofeos`) .then(connected => { - console.log(connected) if (connected) { const { scatter } = ScatterJS window.scatter = null diff --git a/src/utils/eos.js b/src/utils/eos.js index 929d6e7..fbbf6d4 100644 --- a/src/utils/eos.js +++ b/src/utils/eos.js @@ -22,7 +22,7 @@ const eos = Eos({ chainId, }) -const ROWS_LIMIT = 1 +const ROWS_LIMIT = 99999 // even with limit set to a high number // we still cannot rely on all rows being returned