| Index: components/cryptauth/bluetooth_throttler_impl.cc
|
| diff --git a/components/cryptauth/bluetooth_throttler_impl.cc b/components/cryptauth/bluetooth_throttler_impl.cc
|
| index 239528a863230b56e369e234bc32cd0e239350a0..74e091926558215a6302b18d525162697cd71146 100644
|
| --- a/components/cryptauth/bluetooth_throttler_impl.cc
|
| +++ b/components/cryptauth/bluetooth_throttler_impl.cc
|
| @@ -16,7 +16,7 @@ namespace cryptauth {
|
| namespace {
|
|
|
| // Time to wait after disconnect before reconnecting.
|
| -const int kCooldownTimeSecs = 7;
|
| +const int kCooldownTimeSecs = 1;
|
|
|
| } // namespace
|
|
|
|
|