liquid_feedback_frontend
diff config/example.lua @ 1235:7f818548b7b8
Added push grace period for verification phase to lf4rcs
author | bsw |
---|---|
date | Fri Dec 04 14:25:43 2015 +0100 (2015-12-04) |
parents | e0235b3d19ee |
children | 84f6e17c7ceb |
line diff
1.1 --- a/config/example.lua Fri Dec 04 14:19:28 2015 +0100 1.2 +++ b/config/example.lua Fri Dec 04 14:25:43 2015 +0100 1.3 @@ -360,6 +360,10 @@ 1.4 1.5 } 1.6 1.7 +-- Grace period after creating an initiative for pushing changes during verification phase 1.8 +-- disabled by default (nil), use PostgreSQL interval notation 1.9 +-- config.lf4rcs.push_grace_period = nil 1.10 + 1.11 lf4rcs.init() 1.12 --]] 1.13