|
@@ -60,6 +60,13 @@ ConfigVariableBool keep_temporary_files
|
|
|
"default) to delete these. Mainly useful for debugging "
|
|
"default) to delete these. Mainly useful for debugging "
|
|
|
"when the process goes wrong."));
|
|
"when the process goes wrong."));
|
|
|
|
|
|
|
|
|
|
+ConfigVariableBool lock_to_one_cpu
|
|
|
|
|
+("lock-to-one-cpu", false,
|
|
|
|
|
+ PRC_DESC("Set this to true if you want the entire process to use one "
|
|
|
|
|
+ "CPU, even on multi-core and multi-CPU workstations. This is "
|
|
|
|
|
+ "mainly a hack to solve a bug in which QueryPerformanceCounter "
|
|
|
|
|
+ "returns inconsistent results on multi-core machines. "));
|
|
|
|
|
+
|
|
|
ConfigVariableString encryption_algorithm
|
|
ConfigVariableString encryption_algorithm
|
|
|
("encryption-algorithm", "bf-cbc",
|
|
("encryption-algorithm", "bf-cbc",
|
|
|
PRC_DESC("This defines the OpenSSL encryption algorithm which is used to "
|
|
PRC_DESC("This defines the OpenSSL encryption algorithm which is used to "
|