Skip to content

Commit

Permalink
Merge branch 'hotfix/2023-04-25_admincsv_scroll_timeout'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Apr 25, 2023
2 parents abee7c1 + dd07ffb commit 148cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portality/models/v2/journal.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def add_autogenerated_fields(cls, **kwargs):
@classmethod
def all_in_doaj(cls, page_size=5000):
q = JournalQuery()
return cls.iterate(q.all_in_doaj(), page_size=page_size, wrap=True)
return cls.iterate(q.all_in_doaj(), page_size=page_size, wrap=True, keepalive='5m')

@classmethod
def find_by_publisher(cls, publisher, exact=True):
Expand Down

0 comments on commit 148cc9b

Please sign in to comment.