Skip to content

Commit

Permalink
Update agent/whois_ip_agent.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alaeddine Mesbahi <[email protected]>
  • Loading branch information
mohsinenar and 3asm authored Nov 30, 2023
1 parent e912115 commit 66eadb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/whois_ip_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)
logger = logging.getLogger(__name__)

MAX_RETRY_ATTEMPTS = 5
MAX_RETRY_ATTEMPTS = 2
WAIT_BETWEEN_RETRY = 3


Expand Down

0 comments on commit 66eadb7

Please sign in to comment.