adding cache control
[nodejs-repoproxy.git] / repos.conf
index 90bd646..e98a603 100644 (file)
@@ -1,6 +1,9 @@
 # cachedir is where it'll store files
 cachedir:./cache
 
+# how often we run thru the cache directory and refresh files, delete old files or perform maintenance on repo data (hours)
+cachescan:24
+
 # port to listen on for requests
 listenport:8008