зеркало из https://github.com/mozilla/pjs.git
Fix newlines
This commit is contained in:
Родитель
c09eb2fac7
Коммит
27d7dbdc83
|
@ -118,12 +118,12 @@
|
|||
// should not normally be required.
|
||||
#define DEFAULT_DB_CACHE_PERCENTAGE 6
|
||||
|
||||
// We set the default database page size to be larger. sqlite's default is 1K.
|
||||
// This gives good performance when many small parts of the file have to be
|
||||
// loaded for each statement. Because we try to keep large chunks of the file
|
||||
// in memory, a larger page size should give better I/O performance. 32K is
|
||||
// sqlite's default max page size.
|
||||
#define DEFAULT_DB_PAGE_SIZE 4096
|
||||
// We set the default database page size to be larger. sqlite's default is 1K.
|
||||
// This gives good performance when many small parts of the file have to be
|
||||
// loaded for each statement. Because we try to keep large chunks of the file
|
||||
// in memory, a larger page size should give better I/O performance. 32K is
|
||||
// sqlite's default max page size.
|
||||
#define DEFAULT_DB_PAGE_SIZE 4096
|
||||
|
||||
// the value of mLastNow expires every 3 seconds
|
||||
#define HISTORY_EXPIRE_NOW_TIMEOUT (3 * PR_MSEC_PER_SEC)
|
||||
|
|
Загрузка…
Ссылка в новой задаче