vrel 0.1.5, added caching
This commit is contained in:
parent
fd6578671b
commit
1638d8aa8b
3 changed files with 54 additions and 51 deletions
|
|
@ -24,5 +24,7 @@ return {
|
|||
-- Request timeout
|
||||
timeout = 1, -- 1 second
|
||||
-- Debug mode
|
||||
debug = false
|
||||
debug = false,
|
||||
-- Time interval to remove expired webserver cache entries (seconds)
|
||||
cacheCleanInterval = 3600 -- 1 hour
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue