Skip to content

Commit 66fc776

Browse files
increase PAGE_SIZE
1 parent fbb8b4d commit 66fc776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keep_learning/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
},
216216
'TEST_REQUEST_DEFAULT_FORMAT': 'json',
217217
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
218-
'PAGE_SIZE': 40, # Each exercise has 40 questions
218+
'PAGE_SIZE': 100,
219219
'DEFAULT_FILTER_BACKENDS': [
220220
'django_filters.rest_framework.DjangoFilterBackend',
221221
'rest_framework.filters.OrderingFilter',

0 commit comments

Comments
 (0)