Files
@ 89bf1b081cc6
Branch filter:
Location: kallithea/docs/theme/nature/layout.html
89bf1b081cc6
899 B
text/html
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.