Giveth / vaultcontroller

Vault Architecture
GNU General Public License v3.0
0 stars 3 forks source link

A few more comments #3

Closed GriffGreen closed 7 years ago

GriffGreen commented 7 years ago
  1. What's with the hard coded limits? Maybe we should put these in the constructor as options? startHour = 0;
    endHour = 86400; topThreshold = maxTopThreshold; bottomThreshold = maxTopThreshold/10;
jbaylina commented 7 years ago

DONE! Now you define them in the initialization phase.