mirror of https://github.com/CIRCL/AIL-framework
Added timeout for Regex module
parent
9e7ca84581
commit
ac95dd4ee8
|
@ -102,6 +102,9 @@ ttl_duplicate = 86400
|
||||||
[RegexForTermsFrequency]
|
[RegexForTermsFrequency]
|
||||||
max_execution_time = 60
|
max_execution_time = 60
|
||||||
|
|
||||||
|
[Regex]
|
||||||
|
max_execution_time = 60
|
||||||
|
|
||||||
##### Redis #####
|
##### Redis #####
|
||||||
[Redis_Cache]
|
[Redis_Cache]
|
||||||
host = localhost
|
host = localhost
|
||||||
|
|
Loading…
Reference in New Issue