Преглед изворни кода

Merge pull request #83 from simensen/schedule-docs

Added information on the update schedule to the about page.
Jordi Boggiano пре 13 година
родитељ
комит
b6578a7e3a
1 измењених фајлова са 10 додато и 0 уклоњено
  1. 10 0
      src/Packagist/WebBundle/Resources/views/About/about.html.twig

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

@@ -77,5 +77,15 @@ v1.x
 1.1.*
 </pre>
         Doing so will allow people to easily install pre-release versions of your code for testing or development purposes.</p>
+
+        <h1>Update Schedule</h1>
+
+        <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 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>
 {% endblock %}