vrel 0.1.5, added caching

This commit is contained in:
Reuh 2016-12-17 18:05:39 +01:00
parent fd6578671b
commit 1638d8aa8b
3 changed files with 54 additions and 51 deletions

View file

@ -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
}