mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Added timeout for Regex module
This commit is contained in:
parent
9e7ca84581
commit
ac95dd4ee8
1 changed files with 3 additions and 0 deletions
|
@ -102,6 +102,9 @@ ttl_duplicate = 86400
|
|||
[RegexForTermsFrequency]
|
||||
max_execution_time = 60
|
||||
|
||||
[Regex]
|
||||
max_execution_time = 60
|
||||
|
||||
##### Redis #####
|
||||
[Redis_Cache]
|
||||
host = localhost
|
||||
|
|
Loading…
Reference in a new issue