# HG changeset patch # User Marcin Kuzminski # Date 2018-02-11 19:42:17 # Node ID 5bc3c87126dbb47f25b7a701499d8167522f7db9 # Parent 4c3d007dece7460c67fc626ab6a4fe1ce3c7ac5d ini: remove deprecated ini setting. diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -190,9 +190,6 @@ force_https = false ## use Strict-Transport-Security headers use_htsts = false -## number of commits stats will parse on each iteration -commit_parse_limit = 25 - ## git rev filter option, --all is the default filter, if you need to ## hide all refs in changelog switch this to --branches --tags git_rev_filter = --branches --tags diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -165,9 +165,6 @@ force_https = false ## use Strict-Transport-Security headers use_htsts = false -## number of commits stats will parse on each iteration -commit_parse_limit = 25 - ## git rev filter option, --all is the default filter, if you need to ## hide all refs in changelog switch this to --branches --tags git_rev_filter = --branches --tags diff --git a/rhodecode/tests/rhodecode.ini b/rhodecode/tests/rhodecode.ini --- a/rhodecode/tests/rhodecode.ini +++ b/rhodecode/tests/rhodecode.ini @@ -154,9 +154,6 @@ force_https = false ## use Strict-Transport-Security headers use_htsts = false -## number of commits stats will parse on each iteration -commit_parse_limit = 25 - ## git rev filter option, --all is the default filter, if you need to ## hide all refs in changelog switch this to --branches --tags git_rev_filter = --all