contrib/deploy/gunicorn.conf.py @ 3e5dfa8a94ef

Use revset to calculate rev list.

When using obsolescence markers, the rev numbers are not a continuous range.
This patch uses revset expressions to find the LOG_PAGE_LEN previous accessible
revisions and calculate older and newer links.
author Christophe de Vienne <cdevienne@gmail.com>
date Mon, 27 Oct 2014 18:42:14 +0100
parents 83c03382b6fc
children (none)
# Example gunicorn configuration file.
# Edit as necessary.

bind = "127.0.0.1:8000"
workers = 2
daemon = True
pidfile = "gunicorn.pid"
logfile = "gunicorn.log"
proc_name = "gunicorn-hgreview-myrepo"
debug = False