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
/plugins
/logfile
log/
/spec/fixtures/plugins/my_plugin/auto_generated

View File

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