Skip to content

Commit

Permalink
Fixed pagesize pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
chiguireitor committed Oct 20, 2019
1 parent 7b63844 commit fc7160e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
@@ -1,4 +1,4 @@
-- PRAGMA page_size=1024;
PRAGMA page_size=4096;
-- PRAGMA encoding='UTF-8';
-- PRAGMA auto_vacuum=NONE;
-- PRAGMA max_page_count=1073741823;
Expand Down
@@ -1,4 +1,4 @@
-- PRAGMA page_size=1024;
PRAGMA page_size=4096;
-- PRAGMA encoding='UTF-8';
-- PRAGMA auto_vacuum=NONE;
-- PRAGMA max_page_count=1073741823;
Expand Down
@@ -1,4 +1,4 @@
-- PRAGMA page_size=1024;
PRAGMA page_size=4096;
-- PRAGMA encoding='UTF-8';
-- PRAGMA auto_vacuum=NONE;
-- PRAGMA max_page_count=1073741823;
Expand Down
@@ -1,4 +1,4 @@
-- PRAGMA page_size=1024;
PRAGMA page_size=4096;
-- PRAGMA encoding='UTF-8';
-- PRAGMA auto_vacuum=NONE;
-- PRAGMA max_page_count=1073741823;
Expand Down
@@ -1,4 +1,4 @@
-- PRAGMA page_size=1024;
PRAGMA page_size=4096;
-- PRAGMA encoding='UTF-8';
-- PRAGMA auto_vacuum=NONE;
-- PRAGMA max_page_count=1073741823;
Expand Down
@@ -1,4 +1,4 @@
-- PRAGMA page_size=1024;
PRAGMA page_size=4096;
-- PRAGMA encoding='UTF-8';
-- PRAGMA auto_vacuum=NONE;
-- PRAGMA max_page_count=1073741823;
Expand Down
2 changes: 1 addition & 1 deletion counterpartylib/test/fixtures/scenarios/simplesig.sql
@@ -1,4 +1,4 @@
-- PRAGMA page_size=1024;
PRAGMA page_size=4096;
-- PRAGMA encoding='UTF-8';
-- PRAGMA auto_vacuum=NONE;
-- PRAGMA max_page_count=1073741823;
Expand Down
@@ -1,4 +1,4 @@
-- PRAGMA page_size=1024;
PRAGMA page_size=4096;
-- PRAGMA encoding='UTF-8';
-- PRAGMA auto_vacuum=NONE;
-- PRAGMA max_page_count=1073741823;
Expand Down

0 comments on commit fc7160e

Please sign in to comment.