aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteLimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqliteLimit.h')
-rw-r--r--src/sqliteLimit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteLimit.h b/src/sqliteLimit.h
index bfb596da2..0eaadec1c 100644
--- a/src/sqliteLimit.h
+++ b/src/sqliteLimit.h
@@ -187,7 +187,7 @@
** max_page_count macro.
*/
#ifndef SQLITE_MAX_PAGE_COUNT
-# define SQLITE_MAX_PAGE_COUNT 1073741823
+# define SQLITE_MAX_PAGE_COUNT 4294967294
#endif
/*