Skip to content

Commit

Permalink
config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
4n0nymou3 authored Jan 13, 2025
1 parent 788ef9d commit 6da8676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(self):
self.MAX_CONFIGS_PER_CHANNEL = 30 # Maximum number of proxy configs allowed per channel

# Maximum age of configurations (in days)
self.MAX_CONFIG_AGE_DAYS = 7 # Discard configurations older than this many days
self.MAX_CONFIG_AGE_DAYS = 60 # Discard configurations older than this many days

# Retry settings for fetching configurations
self.CHANNEL_RETRY_LIMIT = 3 # Maximum number of retries if a channel fetch fails
Expand Down

0 comments on commit 6da8676

Please sign in to comment.