Commit 19ceb59d by Muhammad Shoaib

set items_per_page to 25 by default

parent e93b9a10
...@@ -41,7 +41,7 @@ from edx_proctoring.serializers import ProctoredExamSerializer ...@@ -41,7 +41,7 @@ from edx_proctoring.serializers import ProctoredExamSerializer
from .utils import AuthenticatedAPIView from .utils import AuthenticatedAPIView
ATTEMPTS_PER_PAGE = 3 ATTEMPTS_PER_PAGE = 25
LOG = logging.getLogger("edx_proctoring_views") LOG = logging.getLogger("edx_proctoring_views")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment