Camino only - Bug 372152: Shorten session-saving batch time to 10 seconds. r=stridey sr=josh
git-svn-id: svn://10.0.0.236/trunk@221959 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -57,7 +57,7 @@ static NSString* const kToolbarIsVisibleKey = @"ToolbarVisible";
|
||||
static NSString* const kBookmarkBarIsVisibleKey = @"BookmarkBarVisible";
|
||||
|
||||
// Number of seconds to coalesce changes before saving them
|
||||
const NSTimeInterval kPersistDelay = 60.0;
|
||||
const NSTimeInterval kPersistDelay = 10.0;
|
||||
|
||||
@interface SessionManager(Private)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user