7:e6345025463e
Anton Shestakov <av6@dwimlabs.net>, Tue, 17 Jul 2018 13:40:48 +0800
hgweb: configurable number of workers

previous change 2:ba230182fdfd

roles/hgweb/defaults/main.yml

Permissions: -rw-r--r--

Other formats: Feeds:
---
hgweb_contact: 'Me Myself <me@mydomain>'
hgweb_subdomain: hg
hgweb_user: hguser
hgweb_mercurial_url: https://www.mercurial-scm.org/repo/hg
hgweb_mercurial_rev: stable
hgweb_evolve_url: https://www.mercurial-scm.org/repo/evolve
hgweb_evolve_rev: stable
hgweb_workers: 1
...