Miscellaneous Fixes for Demo (#694)

* Various fixes to get code in line with demo

* more fixes
This commit is contained in:
Yutaro Mori
2018-10-24 01:07:43 +09:00
committed by Raul Jordan
parent 4c5099c8ba
commit 7caedbaf27
13 changed files with 72 additions and 175 deletions

View File

@@ -19,7 +19,7 @@ func DefaultConfig() *Config {
// DemoConfig for running the system under shorter defaults.
func DemoConfig() *Config {
return &Config{
SlotDuration: 8.0,
SlotDuration: 2.0,
CycleLength: 5,
}
}