Browse Source

Updated to reference @Seldaek notes.

Beau Simensen 13 years ago
parent
commit
e9a8bca5c1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Packagist/WebBundle/Resources/views/About/about.html.twig

+ 2 - 2
src/Packagist/WebBundle/Resources/views/About/about.html.twig

@@ -80,11 +80,11 @@ v1.x
 
         <h1>Update Schedule</h1>
 
-        <p>New packages will be crawled <strong>every five minutes</strong>.</p>
+        <p>New packages will be crawled <strong>within ten minutes</strong>.</p>
 
         <p>Existing packages will be crawled <strong>every hour</strong>.</p>
 
-        <p>The search index is rebuilt <strong>every hour</strong>. It will index (or reindex) any package that has been crawled since the last time the search indexer ran.</p>
+        <p>The search index is updated <strong>every five minutes</strong>. It will index (or reindex) any package that has been crawled since the last time the search indexer ran.</p>
 
         <p>Crawling cannot currently be triggered on commit or by other means. This is planned for a future release.</p>
     </div>