diff options
| author | Luke Hoersten <[email protected]> | 2025-01-03 19:36:28 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2025-01-03 19:36:28 -0600 |
| commit | b180fe427c44da015874dbf86c326f6e6bcd0aa8 (patch) | |
| tree | 69eefe573ed98667c83dce74cb659f7647985e8c /mercurial | |
| parent | de5838029ed131c31f54addf155ec9b476a23ae0 (diff) | |
Version updates and fixed excessive logging on web server.
Diffstat (limited to 'mercurial')
| -rw-r--r-- | mercurial/web/templates/hgweb.ini.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mercurial/web/templates/hgweb.ini.j2 b/mercurial/web/templates/hgweb.ini.j2 index b3927df..e3a6f3e 100644 --- a/mercurial/web/templates/hgweb.ini.j2 +++ b/mercurial/web/templates/hgweb.ini.j2 @@ -7,3 +7,5 @@ max-worker-lifetime = 604800 chdir = {{mercurial_uwsgi_root}} wsgi-file = hgweb.wsgi plugins = python3 + +disable-logging = true |
