diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl --- a/rhodecode/config/deployment.ini_tmpl +++ b/rhodecode/config/deployment.ini_tmpl @@ -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