From d46e4bc63587c1b628cc80b3eac7a132a58d534d Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 31 May 2016 14:42:49 +0200 Subject: STM delegation policy can be customized The command line option is named: - async-proofs-delegation-threshold Values are of type float, default 1.0 (seconds). Proofs taking less that the threshold are not delegated to a worker. --- lib/flags.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/flags.mli') diff --git a/lib/flags.mli b/lib/flags.mli index 24780f0dc..5aef2d5cf 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -34,6 +34,7 @@ type priority = Low | High val async_proofs_worker_priority : priority ref val string_of_priority : priority -> string val priority_of_string : string -> priority +val async_proofs_delegation_threshold : float ref val debug : bool ref val in_debugger : bool ref -- cgit v1.2.3