diff --git a/rest-api-service/app/api_v1_0/routes.py b/rest-api-service/app/api_v1_0/routes.py index 88f1dc6c8924cf005250763b48b52a77a1c01920..e73d9cdd4a87a856c0a71eecbbf6e14803bc46bd 100644 --- a/rest-api-service/app/api_v1_0/routes.py +++ b/rest-api-service/app/api_v1_0/routes.py @@ -100,7 +100,7 @@ def get_cell(material_id, cell_id): # Calc @api.route('/materials/<int:material_id>/calculations', methods=['GET']) @json -@paginate('calc', m_calc_schema, max_per_page=100) +@paginate('calc', m_calc_schema, max_per_page=500) def get_calcs(material_id): # material = Material.query.get_or_404(material_id) # return material.calc