Skip to content

Commit

Permalink
Release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinband committed Mar 13, 2020
2 parents 986ac3d + 00bd191 commit 3c2941a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/bgenix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ struct IndexBgenApplication: public appcontext::ApplicationContext

connection->run_statement( "PRAGMA locking_mode = EXCLUSIVE ;" ) ;
connection->run_statement( "PRAGMA journal_mode = MEMORY ;" ) ;
connection->run_statement( "PRAGMA synchronous = OFF;" ) ;

db::Connection::ScopedTransactionPtr transaction = connection->open_transaction( 240 ) ;
setup_index_file( *connection ) ;
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import platform, os.path

srcdir="."
APPNAME = "bgen"
VERSION = "1.1.5"
VERSION = "1.1.6"

def options( opt ):
opt.load( 'compiler_cxx' )
Expand Down

0 comments on commit 3c2941a

Please sign in to comment.