Skip to content

Commit 00422f5

Browse files
author
Joshua Anderson
committed
fix(client-go): limit the number of results on long requests
1 parent 74dcc99 commit 00422f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deis/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
'rest_framework.renderers.JSONRenderer',
200200
),
201201
'PAGINATE_BY': 100,
202+
'PAGINATE_BY_PARAM': 'page_size',
202203
'TEST_REQUEST_DEFAULT_FORMAT': 'json',
203204
}
204205

0 commit comments

Comments
 (0)