Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add config entries.
Vsevolod Stakhov committed 11 years ago
commit 34ec3e1f87ba6d1cc03b12983c3dc59012cad075
parent 74fd225
1 file changed +12 -0
modified libpkg/pkg_config.c
@@ -294,6 +294,18 @@ static struct config_entry c[] = {
		"NO",
		"Match package names case sensitively",
	},
+
	{
+
		PKG_INT,
+
		"LOCK_WAIT",
+
		"1",
+
		"Wait time to regain a lock if it is not available"
+
	},
+
	{
+
		PKG_INT,
+
		"LOCK_RETRIES",
+
		"5",
+
		"Retries performed to obtain a lock"
+
	}
};

static bool parsed = false;