From cfe53bdc255f6c6a36b98eba31529e59f206ebbc Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 13 Apr 2012 12:14:29 +0200 Subject: [PATCH] [improve-docs] Remove packagist update schedule article It is wrong and doesn't belong in the composer docs. --- doc/articles/packagist-update-schedule.md | 25 ----------------------- 1 file changed, 25 deletions(-) delete mode 100644 doc/articles/packagist-update-schedule.md diff --git a/doc/articles/packagist-update-schedule.md b/doc/articles/packagist-update-schedule.md deleted file mode 100644 index d5daedf30..000000000 --- a/doc/articles/packagist-update-schedule.md +++ /dev/null @@ -1,25 +0,0 @@ -# Packagist Update Schedule - -## How often does Packagist crawl newly added packages? - -New packages will be crawled **within ten minutes**. - - -## How often does Packagist crawl existing packages? - -Existing packages will be crawled **every hour**. - - -## How often does the Packagist search index update? - -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)? - -Yes, you can click the "Force update" button on your package page if you are -logged in as a maintainer. The recommended way is to set up the GitHub hook, -you can find the URL and instructions on your Packagist -[profile](http://packagist.org/profile/) page.