mirror of
https://github.com/mempool/mempool.git
synced 2025-04-07 19:38:32 +02:00
[mining] return 100 blocks per page instead of 10 for pool block list
This commit is contained in:
parent
76cfa3ca47
commit
d27bb7e156
@ -501,7 +501,7 @@ class BlocksRepository {
|
||||
}
|
||||
|
||||
query += ` ORDER BY height DESC
|
||||
LIMIT 10`;
|
||||
LIMIT 100`;
|
||||
|
||||
try {
|
||||
const [rows]: any[] = await DB.query(query, params);
|
||||
|
Loading…
x
Reference in New Issue
Block a user