We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d29f5 commit d169990Copy full SHA for d169990
zkvm-prover/config.json.template
@@ -6,7 +6,8 @@
6
"base_url": "<the url of coordinator>",
7
"retry_count": 10,
8
"retry_wait_time_sec": 10,
9
- "connection_timeout_sec": 1800
+ "connection_timeout_sec": 1800,
10
+ "suppress_empty_task_error": false
11
},
12
"prover": {
13
"supported_proof_types": [
@@ -17,8 +18,7 @@
17
18
"circuit_version": "v0.13.1",
19
"n_workers": 1,
20
"poll_interval_sec": 20,
- "randomized_delay_sec": 0,
21
- "suppress_empty_task_error": false
+ "randomized_delay_sec": 0
22
23
"health_listener_addr": "127.0.0.1:10080",
24
"db_path": ".work/db"
0 commit comments