cubicweb/web/wdoc/toc.xml
author Philippe Pepiot <ph@itsalwaysdns.eu>
Tue, 31 Mar 2020 18:22:05 +0200
changeset 12966 6cd938c29ca3
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[server] Make connection pooler configurable and set better default values Drop the configuration connections-pool-size and add new configurations options: * connections-pool-min-size. Set to 0 by default so we open connections only when needed. This avoid opening min-size*processes connections at startup, which is, it think, a good default. * connections-pool-max-size. Set to 0 (unlimited) by default, so we move the bottleneck to postgresql. * connections-idle-timeout. Set to 10 minutes. I don't have arguments about this except that this is the default in pgbouncer.

<toc resource="main">
  <title xml:lang="en">Site documentation</title>
  <title xml:lang="fr">Documentation du site</title>

  <section resource="standard_usage">
    <title xml:lang="en">Standard use</title>
    <title xml:lang="fr">Utilisation standard</title>

    <section resource="bookmarks">
      <title xml:lang="en">Using bookmarks</title>
      <title xml:lang="fr">Utilisation des signets</title>
    </section>

    <section resource="search">
      <title xml:lang="en">Search</title>
      <title xml:lang="fr">Recherche</title>
    </section>

    <section resource="userprefs">
      <title xml:lang="en">User preferences</title>
      <title xml:lang="fr">Préférences utilisateur</title>
    </section>

    <section resource="add_content">
      <title xml:lang="en">Add content to the site</title>
      <title xml:lang="fr">Ajouter du contenu au site</title>
    </section>
  </section>

  <section resource="advanced_usage">
    <title xml:lang="en">Advanced use</title>
    <title xml:lang="fr">Utilisation avancée</title>

    <section resource="tut_rql">
      <title xml:lang="en">"Relation Query Language" tutorial</title>
      <title xml:lang="fr">Tutoriel "Relation Query Language"</title>
    </section>

    <section resource="custom_view">
      <title xml:lang="en">Defining your own views</title>
      <title xml:lang="fr">Définir ses propres vues</title>
    </section>
  </section>

  <section resource="glossary">
    <title xml:lang="en">Glossary</title>
    <title xml:lang="fr">Glossaire</title>
  </section>

  <section resource="about">
    <title xml:lang="fr">A propos de ce site</title>
    <title xml:lang="en">About this site</title>
  </section>
</toc>