mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
Performance: reduce max length post model for testing purpose
This commit is contained in:
parent
7a60eacca9
commit
70bd5832a9
2 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue