hotfix: copy paste error

@jbenet @whyrusleeping

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
Brian Tiger Chow 2014-12-15 20:44:53 -08:00
parent 9946fc83e0
commit 5b56a67dbb

View File

@ -43,6 +43,6 @@ func (c Config) Blockstore_7200RPM() Config {
}
func (c Config) Routing_Slow() Config {
c.BlockstoreLatency = 200 * time.Millisecond
c.RoutingLatency = 200 * time.Millisecond
return c
}