Bump context results size
This commit is contained in:
@@ -244,7 +244,7 @@ class DrilldownContextModal(APIView):
|
||||
# return JsonResponse({"success": False})
|
||||
num = None
|
||||
index = "main"
|
||||
size = 10
|
||||
size = 20
|
||||
# Check right fields exist
|
||||
if "net" not in request.data:
|
||||
return JsonResponse({"success": False})
|
||||
|
||||
Reference in New Issue
Block a user