Re-enabling session restore as-is for a few cycles (337320)

This commit is contained in:
dietrich%mozilla.com 2006-06-16 17:51:11 +00:00
parent 650ebd284e
commit 734802cbe0
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ DIRS = \
migration \
preferences \
search \
sessionstore \
shell \
sidebar \
$(NULL)

View File

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