// 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; |