From 2d8b5762d822635257adf7b624553ba7178bcd46 Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Fri, 8 Apr 2016 21:06:03 +0000 Subject: [PATCH] Re-add purging of vfs servers. Set server list to update eery 5 seconds for IDE and Preview --- scripts/makestatic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makestatic.js b/scripts/makestatic.js index 7290f44c..672605a4 100755 --- a/scripts/makestatic.js +++ b/scripts/makestatic.js @@ -82,7 +82,7 @@ function main(config, settings, options, callback) { "cdn.build": {}, "db": { "Vfs": { - findAllAndPurge: function(maxVfsAge, callback) { + findAllValidServers: function(maxVfsAge, callback) { callback(null, [{}]); } },