Performance: reduce max length post model for testing purpose

This commit is contained in:
Alban Diguer 2013-11-30 13:06:39 +13:00
parent 7a60eacca9
commit 70bd5832a9
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -39,6 +39,7 @@ config/environments/production.rb
/tmp /tmp
/plugins /plugins
/logfile /logfile
log/
/spec/fixtures/plugins/my_plugin/auto_generated /spec/fixtures/plugins/my_plugin/auto_generated

View file

@ -134,7 +134,9 @@ posting:
default: 10 default: 10
max_post_length: max_post_length:
client: true client: true
default: 32000 default:
test: 4000
default: 32000
min_topic_title_length: min_topic_title_length:
client: true client: true
default: 15 default: 15