X-Git-Url: http://git.pjr.cc/?p=nodejs-repoproxy.git;a=blobdiff_plain;f=proxy.js;fp=proxy.js;h=61aa8f226e7b203e3376be72a004666c4e7e3115;hp=dabbdec80ea5f0e39d38b8bb2fa515188c5c531e;hb=d7478970127408f056b157f18df74fef7db3f892;hpb=efd3942c83ad1235b32f983f53f89c984ef81db4 diff --git a/proxy.js b/proxy.js index dabbdec..61aa8f2 100644 --- a/proxy.js +++ b/proxy.js @@ -9,7 +9,7 @@ var maintain = require("./lib/maintain.js"); console.log("Loading configuration"); config.loadConfig("./repos.conf"); - +// start the maintenance timer console.log("Starting cache maintenance timer"); maintain.startTimer();