Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: components/cryptauth/bluetooth_throttler_impl.cc

Issue 2896733002: [EasyUnlock] Reduce Bluetooth throttler time from 7 seconds to 2 seconds. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698