aboutsummaryrefslogtreecommitdiff
path: root/lib/flags.ml
diff options
context:
space:
mode:
authorEnrico Tassi2016-06-14 12:42:04 +0200
committerEnrico Tassi2016-06-14 12:42:04 +0200
commit33879a1d19fe0156a66c55be17b3ca94a0343fb9 (patch)
treeff63a89f837b2f8c822eead3ccfd06ed998f3e05 /lib/flags.ml
parentad3d0ce65ea4debacc98b50f58a96338c7bffc5d (diff)
parentd46e4bc63587c1b628cc80b3eac7a132a58d534d (diff)
Merge remote-tracking branch 'origin/pr/182' into trunk
Diffstat (limited to 'lib/flags.ml')
-rw-r--r--lib/flags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index 3093e52b06..2266985394 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -76,6 +76,7 @@ let async_proofs_is_worker () =
!async_proofs_worker_id <> "master"
let async_proofs_is_master () =
!async_proofs_mode = APon && !async_proofs_worker_id = "master"
+let async_proofs_delegation_threshold = ref 1.0
let debug = ref false
let in_debugger = ref false