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

Commit b36cafc2 authored by Tej Singh's avatar Tej Singh Committed by Automerger Merge Worker
Browse files

Merge "Update the default max pull delay to 30 seconds" into rvc-dev am:...

Merge "Update the default max pull delay to 30 seconds" into rvc-dev am: b83da898 am: 28a96f14 am: ddd7f2a3

Change-Id: Ie4873ea69d7723f93e1b25caeda7dce431bdcf31
parents d81bb2ea ddd7f2a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ public:
    static const long kPullerCacheClearIntervalSec = 1;

    // Max time to do a pull.
    static const int64_t kPullMaxDelayNs = 10 * NS_PER_SEC;
    static const int64_t kPullMaxDelayNs = 30 * NS_PER_SEC;

    // Maximum number of pushed atoms statsd stats will track above kMaxPushedAtomId.
    static const int kMaxNonPlatformPushedAtoms = 100;
+2 −2
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ message GaugeMetric {

  optional int64 max_num_gauge_atoms_per_bucket = 11 [default = 10];

  optional int32 max_pull_delay_sec = 13 [default = 10];
  optional int32 max_pull_delay_sec = 13 [default = 30];

  optional bool split_bucket_for_app_upgrade = 14 [default = true];
}
@@ -328,7 +328,7 @@ message ValueMetric {

  optional bool skip_zero_diff_output = 14 [default = true];

  optional int32 max_pull_delay_sec = 16 [default = 10];
  optional int32 max_pull_delay_sec = 16 [default = 30];

  optional bool split_bucket_for_app_upgrade = 17 [default = true];