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
|
||||
/plugins
|
||||
/logfile
|
||||
log/
|
||||
|
||||
/spec/fixtures/plugins/my_plugin/auto_generated
|
||||
|
||||
|
|
|
@ -134,6 +134,8 @@ posting:
|
|||
default: 10
|
||||
max_post_length:
|
||||
client: true
|
||||
default:
|
||||
test: 4000
|
||||
default: 32000
|
||||
min_topic_title_length:
|
||||
client: true
|
||||
|
|
Loading…
Reference in a new issue