You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/07/08 00:11:22 UTC

[05/16] allura git commit: Lower default repo_refs_cache_threshold value more

Lower default repo_refs_cache_threshold value more


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/14edf90f
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/14edf90f
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/14edf90f

Branch: refs/heads/db/6373
Commit: 14edf90fdee4b2e985af9120016cd720a8b1bcfb
Parents: 276671b
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Jul 1 17:15:13 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jul 1 17:15:13 2015 -0400

----------------------------------------------------------------------
 Allura/development.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/14edf90f/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index bb2ccab..c3325ed 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -301,7 +301,7 @@ scm.import.retry_sleep_secs = 5
 ; the results in mongo based on a threshold. Set `repo_refs_cache_threshold` (in seconds) and the resulting
 ; lists will be cached and served from cache on subsequent requests until reset by `repo_refresh`.
 ; Set to 0 to cache all references. Remove entirely to cache nothing.
-repo_refs_cache_threshold = .5
+repo_refs_cache_threshold = .01
 
 ; One-click merge is enabled by default, but can be turned off on for each type of repo
 scm.merge.git.disabled = false