Skip to content

Commit

Permalink
another quick fix: tweak solr parameter in index rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanSteve authored and SpacemanSteve committed Apr 5, 2021
1 parent dc6c8b7 commit c4a41ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/reindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def run():

# issue commit
commit_time = datetime.datetime.utcnow()
r = requests.get(update_url + '?commit=true&waitSearcher=false')
r = requests.get(update_url + '?commit=true&waitSearcher=true')
r.raise_for_status()
logger.info('Issued async commit to SOLR')

Expand Down

0 comments on commit c4a41ee

Please sign in to comment.