Skip to content

Commit 04e1010

Browse files
authored
Merge pull request #14 from tendermint/cyrus/list-limit
Bump airtable list for dex records
2 parents 90b9484 + b19b7d6 commit 04e1010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ app.get("/dex-registration", async (req, res) => {
208208

209209
airtable
210210
.list({
211-
maxRecords: 20000,
211+
maxRecords: 50000,
212212
})
213213
.then((response) => {
214214
res.json({ registration_count: response.records.length });

0 commit comments

Comments
 (0)