From bf0f0cf73eb8ee07bb44e0e15e6de9264133f863 Mon Sep 17 00:00:00 2001 From: Beau Simensen Date: Sun, 12 Feb 2012 15:24:18 -0600 Subject: [PATCH] Updated to reference @Seldaek notes and refer to GitHub Post-Receive URL PR. --- doc/faqs/packagist-update-schedule.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/faqs/packagist-update-schedule.md b/doc/faqs/packagist-update-schedule.md index af476decc..865e48a44 100644 --- a/doc/faqs/packagist-update-schedule.md +++ b/doc/faqs/packagist-update-schedule.md @@ -2,7 +2,7 @@ ## How often does Packagist crawl newly added packages? -New packages will be crawled **every five minutes**. +New packages will be crawled **within ten minutes**. ## How often does Packagist crawl existing packages? @@ -12,13 +12,11 @@ Existing packages will be crawled **every hour**. ## How often does the Packagist search index update? -The search index is rebuilt **every hour**. It will index (or reindex) +The search index is updated **every five minutes**. It will index (or reindex) any package that has been crawled since the last time the search indexer ran. ## Can Packagist be triggered to recrawl a package (on commit or by other means)? -Not yet. :) Want to help? See -[#81](https://github.com/composer/packagist/issues/81) -and [#67](https://github.com/composer/packagist/issues/67) \ No newline at end of file +Not yet. :) See [#84](https://github.com/composer/packagist/issues/84). \ No newline at end of file