浏览代码

Updated to reference @Seldaek notes and refer to GitHub Post-Receive URL PR.

Beau Simensen 13 年之前
父节点
当前提交
bf0f0cf73e
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      doc/faqs/packagist-update-schedule.md

+ 3 - 5
doc/faqs/packagist-update-schedule.md

@@ -2,7 +2,7 @@
 
 
 ## How often does Packagist crawl newly added packages?
 ## 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?
 ## 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?
 ## 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
 any package that has been crawled since the last time the search
 indexer ran.
 indexer ran.
 
 
 
 
 ## Can Packagist be triggered to recrawl a package (on commit or by other means)?
 ## 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)
+Not yet. :) See [#84](https://github.com/composer/packagist/issues/84).