// Auto commit time in minutes
var AUTO_COMMIT_TIMEOUT = 10; 

// Maximum time that may be recorded for a page in minutes
var TIME_CAP = 15;

// if true, the maximum time for a page is capped, if false all time is recorded
var USE_TIME_CAP = false; 
