DefaultConstants are the shipped defaults.
()
| 16 | |
| 17 | // DefaultConstants are the shipped defaults. |
| 18 | func DefaultConstants() Constants { |
| 19 | return Constants{ |
| 20 | MinutesPerUnattendedRun: 20, |
| 21 | MinutesPerContextSwitch: 5, |
| 22 | DollarPerHour: 100, |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | // LoadConstants reads ~/.flow/stats.json. A missing file yields defaults |
| 27 | // silently; a corrupt file yields defaults with a stderr notice. Any field |
no outgoing calls