Merge pull request #1705 from albandiguer/tests_performance

Test performance: define a lower post max length
This commit is contained in:
Robin Ward 2013-12-02 12:31:32 -08:00
commit 0b86067be9
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,6 +134,8 @@ posting:
default: 10
max_post_length:
client: true
default:
test: 4000
default: 32000
min_topic_title_length:
client: true