Files
@ 89bf1b081cc6
Branch filter:
Location: kallithea/docs/theme/nature/theme.conf - annotation
89bf1b081cc6
71 B
text/plain
changeset status: drop default 'unreviewed' status for changesets on PRs
The default is expensive to compute and doesn't scale - especially not with the
current data model where all pull-request revisions are stored in a single
field and not just can be indexed and join in the database.
The default is expensive to compute and doesn't scale - especially not with the
current data model where all pull-request revisions are stored in a single
field and not just can be indexed and join in the database.