mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Mails regex timeout] reduce default timeout
This commit is contained in:
parent
fa35bfc252
commit
3f4447f9b1
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ if __name__ == "__main__":
|
|||
# Log as critical if there are more that that amout of valid emails
|
||||
is_critical = 10
|
||||
|
||||
max_execution_time = 60
|
||||
max_execution_time = 30
|
||||
email_regex = "[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6}"
|
||||
MX_values = None
|
||||
while True:
|
||||
|
|
Loading…
Reference in a new issue