Skip to content

Commit

Permalink
Increase default refresh_interval_seconds to 1 day
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercr committed May 13, 2024
1 parent f0c6370 commit d9ae865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ meta:
# HTTP endpoint to request new proxy address from, for dynamically assigned proxies.
# The endpoint must return a JSON body with a string field called proxy_url.
get_proxy_from:
# Interval to force refresh the connection (disconnect and re-connect), default is 5 minutes. Set 0 to disable refreshes.
refresh_interval_seconds: 300
# Interval to force refresh the connection (disconnect and re-connect), default is 1 day. Set 0 to disable refreshes.
refresh_interval_seconds: 86400

# Bridge config
bridge:
Expand Down

0 comments on commit d9ae865

Please sign in to comment.