Temporarily disable session restore to test effect on Ts. Bug 337320

git-svn-id: svn://10.0.0.236/trunk@196249 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2006-05-10 04:48:18 +00:00
parent 79aa27fc44
commit d7951a47fa

View File

@ -89,7 +89,7 @@ const PRIVACY_FULL = 2;
/* :::::::: Pref Defaults :::::::::::::::::::: */
// whether the service is enabled
const DEFAULT_ENABLED = true;
const DEFAULT_ENABLED = false;
// minimal interval between two save operations (in milliseconds)
const DEFAULT_INTERVAL = 10000;