Skip to content

Commit

Permalink
Merge pull request #4531 from brave/p3a_1min
Browse files Browse the repository at this point in the history
Issue 8084: Decrease P3A upload interval.
  • Loading branch information
iefremov authored Feb 11, 2020
2 parents 4f12ff1 + 5f4d0fe commit d77dbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/p3a/brave_p3a_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ constexpr char kLastRotationTimeStampPref[] = "p3a.last_rotation_timestamp";

constexpr char kDefaultUploadServerUrl[] = "https://p3a.brave.com/";

constexpr uint64_t kDefaultUploadIntervalSeconds = 60 * 60; // 1 hour.
constexpr uint64_t kDefaultUploadIntervalSeconds = 60; // 1 minute.

// TODO(iefremov): Provide moar histograms!
// Whitelist for histograms that we collect. Will be replaced with something
Expand Down

0 comments on commit d77dbca

Please sign in to comment.