From 0c277ebd173fff03110ce80036035ab91a534dba Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Mon, 27 Apr 2020 19:43:25 +0200
Subject: [PATCH] [ref] prover:  no log proof with 3 zeros

---
 app/modules/prover/lib/constants.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/modules/prover/lib/constants.ts b/app/modules/prover/lib/constants.ts
index 1add26185..299722a4b 100644
--- a/app/modules/prover/lib/constants.ts
+++ b/app/modules/prover/lib/constants.ts
@@ -14,7 +14,7 @@
 export const ProverConstants = {
   CORES_MAXIMUM_USE_IN_PARALLEL: 8,
 
-  MINIMAL_ZEROS_TO_SHOW_IN_LOGS: 3,
+  MINIMAL_ZEROS_TO_SHOW_IN_LOGS: 4,
 
   POW_MINIMAL_TO_SHOW: 2,
   DEFAULT_CPU: 0.6,
-- 
GitLab