From 04f0cf7b08ace6ace9fa2ca10bb0ca0fa6c5c728 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 15 Feb 2014 19:54:17 -0300 Subject: [PATCH] smaller page length for TXs in blocks and address --- app/controllers/transactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/transactions.js b/app/controllers/transactions.js index 9b63bca..cda2868 100644 --- a/app/controllers/transactions.js +++ b/app/controllers/transactions.js @@ -63,7 +63,7 @@ exports.list = function(req, res, next) { var bId = req.query.block; var addrStr = req.query.address; var page = req.query.pageNum; - var pageLength = 20; + var pageLength = 10; var pagesTotal = 1; var txLength; var txs;