diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-18 18:32:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-18 18:32:59 +0000 |
commit | 143be7ee029273ca882d3cfb807a9952eaab6539 (patch) | |
tree | 98d3f1a14bc079d6d48d09ce33f4ae139f3d740c /config | |
parent | d967bb4a5433165017d49975f5b74c671f590f38 (diff) | |
download | redmine-143be7ee029273ca882d3cfb807a9952eaab6539.tar.gz redmine-143be7ee029273ca882d3cfb807a9952eaab6539.zip |
added a setting option to set the feeds content limit
git-svn-id: http://redmine.rubyforge.org/svn/trunk@346 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/settings.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/settings.yml b/config/settings.yml index 8961d34a0..c3292e516 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -46,4 +46,7 @@ wiki_compression: default_language:
default: en
host_name:
- default: localhost:3000
\ No newline at end of file + default: localhost:3000
+feeds_limit:
+ format: int
+ default: 15
|