Skip to content

Commit

Permalink
Changed the number of sites which will be concurrently indexed from 1…
Browse files Browse the repository at this point in the history
…6 to 8, given #99 and #94 will significantly increase memory usage during indexing
  • Loading branch information
m-i-l committed Jul 8, 2023
1 parent 09c9398 commit f257d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indexing/search_my_site_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
" OR (d.indexing_status = 'COMPLETE' AND NOW() - last_full_index_completed > full_reindex_frequency) "\
" OR (d.indexing_status = 'COMPLETE' AND NOW() - last_index_completed > incremental_reindex_frequency) "\
"ORDER BY d.indexing_status DESC, l.tier DESC "\
"LIMIT 16;"
"LIMIT 8;"


# MAINTENANCE JOBS
Expand Down

0 comments on commit f257d64

Please sign in to comment.