commit | 01e79ae18907f5242dfdcad94c3586d521b3447f | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Apr 02 08:11:31 2009 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Apr 02 08:11:31 2009 -0400 |
tree | 46dd80de0b631955ce06249f2b2947294f7a9944 | |
parent | 54f3cc48f7e59f9a6ad3156e541a31e6b239f599 [diff] |
sf: set common timeouts in seconds, not milliseconds Since timeouts are only hit when there is a problem in the system, we don't want to prematurely timeout on a functioning setup. Thus having low timeouts (in milliseconds) doesn't gain us anything in the production case, but rather increases likely hood of causing problems where none otherwise exist. Signed-off-by: Mike Frysinger <vapier@gentoo.org> CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>