+1
On Wed, Mar 6, 2019 at 2:46 AM <[email protected]> wrote: > > From: Kevin Fenzi <[email protected]> > > See ticket https://pagure.io/fedora-infrastructure/issue/7612 > virt-viewer folks need to upload larger than 60MB content. > > Signed-off-by: Kevin Fenzi <[email protected]> > --- > roles/pagure/frontend/templates/pagure.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/roles/pagure/frontend/templates/pagure.cfg > b/roles/pagure/frontend/templates/pagure.cfg > index 9c3eb4b..9c85d52 100644 > --- a/roles/pagure/frontend/templates/pagure.cfg > +++ b/roles/pagure/frontend/templates/pagure.cfg > @@ -158,7 +158,7 @@ ITEM_PER_PAGE = 50 > > ### Maximum size of the uploaded content > # Used to limit the size of file attached to a ticket for example > -MAX_CONTENT_LENGTH = 60 * 1024 * 1024 # 60 megabytes > +MAX_CONTENT_LENGTH = 100 * 1024 * 1024 # 100 megabytes > > ### Lenght for short commits ids or file hex > SHORT_LENGTH = 7 > -- > 1.8.3.1 > _______________________________________________ > infrastructure mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/[email protected] _______________________________________________ infrastructure mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
