Skip to content

Commit d169990

Browse files
committed
update json template
1 parent d7d29f5 commit d169990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zkvm-prover/config.json.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"base_url": "<the url of coordinator>",
77
"retry_count": 10,
88
"retry_wait_time_sec": 10,
9-
"connection_timeout_sec": 1800
9+
"connection_timeout_sec": 1800,
10+
"suppress_empty_task_error": false
1011
},
1112
"prover": {
1213
"supported_proof_types": [
@@ -17,8 +18,7 @@
1718
"circuit_version": "v0.13.1",
1819
"n_workers": 1,
1920
"poll_interval_sec": 20,
20-
"randomized_delay_sec": 0,
21-
"suppress_empty_task_error": false
21+
"randomized_delay_sec": 0
2222
},
2323
"health_listener_addr": "127.0.0.1:10080",
2424
"db_path": ".work/db"

0 commit comments

Comments
 (0)