Skip to content

Commit

Permalink
chore(prover-gateway): Speed up polling
Browse files Browse the repository at this point in the history
16 minutes is just ridiculous. This should've been done a long time ago,
but has been avoided due to other priorities and always put on the
back-burner/forgotten. Today we change it.
  • Loading branch information
EmilLuta committed Sep 25, 2024
1 parent 6313c7d commit ff351ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/env/base/fri_prover_gateway.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[fri_prover_gateway]
api_url="http://127.0.0.1:3320"
api_poll_duration_secs=1000
api_poll_duration_secs=15
prometheus_listener_port=3314
prometheus_pushgateway_url="http://127.0.0.1:9091"
prometheus_push_interval_ms=100
2 changes: 1 addition & 1 deletion etc/env/file_based/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ data_handler:
tee_support: true
prover_gateway:
api_url: http://127.0.0.1:3320
api_poll_duration_secs: 1000
api_poll_duration_secs: 15
prometheus_listener_port: 3310
prometheus_pushgateway_url: http://127.0.0.1:9091
prometheus_push_interval_ms: 100
Expand Down

0 comments on commit ff351ed

Please sign in to comment.