[#190] Remove the default value for the maximum number of gantt items
This commit is contained in:
parent
f4f00e30fd
commit
c1cced5139
|
@ -68,7 +68,7 @@ feeds_limit:
|
||||||
default: 15
|
default: 15
|
||||||
gantt_items_limit:
|
gantt_items_limit:
|
||||||
format: int
|
format: int
|
||||||
default: 500
|
default: ''
|
||||||
# Maximum size of files that can be displayed
|
# Maximum size of files that can be displayed
|
||||||
# inline through the file viewer (in KB)
|
# inline through the file viewer (in KB)
|
||||||
file_max_size_displayed:
|
file_max_size_displayed:
|
||||||
|
|
Loading…
Reference in New Issue