Skip to content

Commit bdfbfc5

Browse files
authored
Update src/search/README.md (#52848)
1 parent 5e998c3 commit bdfbfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can also query our search endpoint directly at:
2222

2323
## Production deploys
2424

25-
A [GitHub Actions workflow](/.github/workflows/sync-search-elasticsearch.yml) that runs every four hours syncs the search data. This process generates structured data for all pages on the site, compares that data to what's currently on search, then adds, updates, or removes indices based on the diff of the local and remote data, being careful not to create duplicate records and avoiding any unnecessary (and costly) indexing operations.
25+
A [GitHub Actions workflow](/.github/workflows/sync-search-elasticsearch.yml) that runs every twenty four hours syncs the search data. This process generates structured data for all pages on the site, compares that data to what's currently on search, then adds, updates, or removes indices based on the diff of the local and remote data, being careful not to create duplicate records and avoiding any unnecessary (and costly) indexing operations.
2626

2727
The workflow runs are only accessible to GitHub employees using internal resources.
2828

0 commit comments

Comments
 (0)