Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrot committed Sep 13, 2015
1 parent b50cce6 commit 10330e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sss.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ public function __construct()
/**
* Set SQLite3 PRAGMAs:
* journal_mode = OFF - Disable the rollback journal completely.
* synchronous = OFF - Continue without syncing as soon as data is
* handed off to the operating system.
* synchronous = OFF - Continue without syncing as soon as data is handed off
* to the operating system.
* temp_store = MEMORY - Temporary tables and indices are kept in memory.
*/
$pragmas = [
Expand Down

0 comments on commit 10330e1

Please sign in to comment.