mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:57:29 +08:00
Performance: reduce max length post model for testing purpose
This commit is contained in:
parent
7a60eacca9
commit
70bd5832a9
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -39,6 +39,7 @@ config/environments/production.rb
|
|||
/tmp
|
||||
/plugins
|
||||
/logfile
|
||||
log/
|
||||
|
||||
/spec/fixtures/plugins/my_plugin/auto_generated
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user