Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f79a5e7f authored by Howard Ro's avatar Howard Ro Committed by Automerger Merge Worker
Browse files

Merge "Libstatspull: decrease default pull timeout to 2s" into rvc-dev am:...

Merge "Libstatspull: decrease default pull timeout to 2s" into rvc-dev am: 413668bc am: a1879e96

Change-Id: Ibd0b6e4e78bd21d323e211c4bcd0c4fe63d3c731
parents 3047dd00 a1879e96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ AStatsEvent* AStatsEventList_addStatsEvent(AStatsEventList* pull_data) {
}

static const int64_t DEFAULT_COOL_DOWN_MILLIS = 1000LL;  // 1 second.
static const int64_t DEFAULT_TIMEOUT_MILLIS = 10000LL;   // 10 seconds.
static const int64_t DEFAULT_TIMEOUT_MILLIS = 2000LL;    // 2 seconds.

struct AStatsManager_PullAtomMetadata {
    int64_t cool_down_millis;
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
namespace {

static const int64_t DEFAULT_COOL_DOWN_MILLIS = 1000LL;  // 1 second.
static const int64_t DEFAULT_TIMEOUT_MILLIS = 10000LL;   // 10 seconds.
static const int64_t DEFAULT_TIMEOUT_MILLIS = 2000LL;    // 2 seconds.

}  // anonymous namespace