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