Files
@ 89bf1b081cc6
Branch filter:
Location: kallithea/docs/contributing.rst
89bf1b081cc6
1.9 KiB
text/prs.fallenstein.rst
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.