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

Unified Diff: components/cryptauth/bluetooth_throttler_impl.cc

Issue 2896733002: [EasyUnlock] Reduce Bluetooth throttler time from 7 seconds to 2 seconds. (Closed)
Patch Set: [EasyUnlock] Reduce Bluetooth throttler time from 7 seconds to 2 seconds. 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..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
« 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