Merge branch 'rolling' into feat-rate-limiter-for-websurfx
This commit is contained in:
commit
2790eefba8
14 changed files with 253 additions and 74 deletions
|
@ -15,6 +15,17 @@ rate_limiter = {
|
|||
time_limit = 3, -- The time limit in which the quantity of requests that should be accepted.
|
||||
}
|
||||
|
||||
-- ### Search ###
|
||||
-- Filter results based on different levels. The levels provided are:
|
||||
-- {{
|
||||
-- 0 - None
|
||||
-- 1 - Low
|
||||
-- 2 - Moderate
|
||||
-- 3 - High
|
||||
-- 4 - Aggressive
|
||||
-- }}
|
||||
safe_search = 2
|
||||
|
||||
-- ### Website ###
|
||||
-- The different colorschemes provided are:
|
||||
-- {{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue