Skip to content

Commit

Permalink
Revert last commit. It did not make everything magically better.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac G committed Aug 26, 2011
1 parent fc9f04b commit bf18ef6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions stalker.pl
Expand Up @@ -74,12 +74,6 @@
}
) or die "Failed to connect to database $db: " . $DBI::errstr;

# Magic bullt that fixes read/write conflicts
# Requires sqlite 2.7.0 or newer
# Has no affect on older versions
# See http://www.sqlite.org/draft/wal.html
$DBH->do( "PRAGMA journal_mode=WAL;" );

# async data
my @records_to_add; # Queue of records to add
my $child_running = 0; # child pid that is running
Expand Down

0 comments on commit bf18ef6

Please sign in to comment.