SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit f327a369 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Increase size of pub list for metadata handling

parent 2c9dc745
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@ def manage_metadata(request, doi_label=None, issue_doi_label=None, journal_doi_l
publications = Publication.objects.for_journal(journal.name)
else:
# Limit the amount of Publications to still an idiot size
publications = Publication.objects.all()[:50]
publications = Publication.objects.all()[:60]
# Speeds up operations by reducing the number of queries
if not isinstance(publications, list):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment