diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -43,6 +43,8 @@ pdebug = false #WAITRESS threads = 5 +#100GB +max_request_body_size = 107374182400 use = egg:waitress#main host = 127.0.0.1 @@ -75,6 +77,9 @@ commit_parse_limit = 50 dashboard_items = 100 use_gravatar = true +# path to git executable +git_path = git + ## RSS feed options rss_cut_off_limit = 256000