blob: 54202c3bd0678dfb0bae72af5a48834f644f5a1e [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Globals:
/** @const */ var RESULTS_PER_PAGE = 150;
/**
* Amount of time between pageviews that we consider a 'break' in browsing,
* measured in milliseconds.
* @const
*/
var BROWSING_GAP_TIME = 15 * 60 * 1000;