Skip to content

Commit cb28573

Browse files
author
James Cori
committed
Changing default page size
1 parent a98f9bf commit cb28573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
LOG_LEVEL: process.env.LOG_LEVEL || 'debug',
77
PORT: process.env.PORT || 3000,
88
API_VERSION: process.env.API_VERSION || 'v5',
9-
DEFAULT_PAGE_SIZE: process.env.DEFAULT_PAGE_SIZE || 50,
9+
DEFAULT_PAGE_SIZE: process.env.DEFAULT_PAGE_SIZE || 1000,
1010
// used to properly set the header response to api calls for services behind a load balancer
1111
API_BASE_URL: process.env.API_BASE_URL || `http://localhost:3000`,
1212

0 commit comments

Comments
 (0)