Skip to content

Commit

Permalink
Increase eos query rows limit. Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrToph committed Aug 22, 2018
1 parent 1f3ec5e commit 5457153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/utils/eos.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5457153

Please sign in to comment.