Skip to content

Commit

Permalink
Set sqlite mode to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Sep 18, 2017
1 parent e0c07f3 commit 56521dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roam/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
os.environ['PATH'] += ";{}".format(srcpath)
os.environ["GDAL_DRIVER_PATH"] = os.path.join(srcpath, 'libs')
os.environ["GDAL_DATA"] = os.path.join(srcpath, 'libs', 'gdal')
os.environ['OGR_SQLITE_PRAGMA'] = "journal_mode=WAL"
os.environ['OGR_SQLITE_PRAGMA'] = "journal_mode=delete"


import roam.environ
Expand Down

0 comments on commit 56521dc

Please sign in to comment.