FIX: set max value for tl3_promotion_min_duration setting
This commit is contained in:
parent
6add8fb56a
commit
e5b7cf48c0
|
@ -628,6 +628,7 @@ trust:
|
||||||
tl3_promotion_min_duration:
|
tl3_promotion_min_duration:
|
||||||
default: 14
|
default: 14
|
||||||
min: 0
|
min: 0
|
||||||
|
max: 20000
|
||||||
tl3_requires_likes_given:
|
tl3_requires_likes_given:
|
||||||
default: 30
|
default: 30
|
||||||
min: 0
|
min: 0
|
||||||
|
|
Loading…
Reference in New Issue