Guest User

Untitled

a guest
Jun 21st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. PRAGMA main.page_size = 4096;
  2. PRAGMA main.cache_size=10000;
  3. PRAGMA main.locking_mode=EXCLUSIVE;
  4. PRAGMA main.synchronous=NORMAL;
  5. PRAGMA main.journal_mode=WAL;
  6. PRAGMA main.cache_size=5000;
Add Comment
Please, Sign In to add comment