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..e8d61aa3bf8076728e4e8e4eea147576cae850ad 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 = 2; |
sacomoto
2017/05/22 07:44:46
nit: set it to 1.
Tim Song
2017/05/22 18:10:27
Done.
|
} // namespace |