Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove EXCLUSIVE locking it is cause more troubles than it solves
Baptiste Daroussin committed 10 years ago
commit 76aa6d1daced842e1f401c4e43ec61d12b7404aa
parent 404e39cc8577b3b5bcbbaac8f2820916962d196c
1 file changed +0 -1
modified libpkg/repo/binary/update.c
@@ -510,7 +510,6 @@ pkg_repo_binary_update_proceed(const char *name, struct pkg_repo *repo,
	sql_exec(sqlite, "PRAGMA mmap_size = 209715200;");
	sql_exec(sqlite, "PRAGMA page_size = %d;", getpagesize());
	sql_exec(sqlite, "PRAGMA foreign_keys = OFF;");
-
	sql_exec(sqlite, "PRAGMA locking_mode = EXCLUSIVE;");
	sql_exec(sqlite, "PRAGMA synchronous = OFF;");

	rc = pkgdb_transaction_begin_sqlite(sqlite, "REPO");