Closed pasqu4le closed 3 years ago
In the Makefile we have a default voting period of 11n, since this value is in seconds, this is too low for a realistic use.
Makefile
11n
We should modify it to last a few days, probably 11 days would be a decent value.
Additionally, we should better document that "seconds" is the unit used here.
The default voting period length lasts at least a few days, the spec document clarifies that voting_period is a value expressed in seconds.
voting_period
Clarification and motivation
In the
Makefile
we have a default voting period of11n
, since this value is in seconds, this is too low for a realistic use.We should modify it to last a few days, probably 11 days would be a decent value.
Additionally, we should better document that "seconds" is the unit used here.
Acceptance criteria
The default voting period length lasts at least a few days, the spec document clarifies that
voting_period
is a value expressed in seconds.