Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1765 from akatsoulas/disable-reindexing
Browse files Browse the repository at this point in the history
Temporarily disable reindexing.
  • Loading branch information
akatsoulas committed Jun 21, 2017
2 parents 4db6ff5 + 2b2c140 commit 3a3d399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def deploy(ctx):
# On dev, this script runs every 15 minutes. If we're pushing the same
# revision we don't need to churn the index, ping new relic, or any of this.
ping_newrelic()
update_es_indexes()
# update_es_indexes()
validate_fun_facts()
generate_humanstxt()

Expand Down

0 comments on commit 3a3d399

Please sign in to comment.