Re-add purging of vfs servers. Set server list to update eery 5 seconds for IDE and Preview

pull/290/head
Tim Robinson 2016-04-08 21:06:03 +00:00
rodzic e3e24b0761
commit 2d8b5762d8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -82,7 +82,7 @@ function main(config, settings, options, callback) {
"cdn.build": {},
"db": {
"Vfs": {
findAllAndPurge: function(maxVfsAge, callback) {
findAllValidServers: function(maxVfsAge, callback) {
callback(null, [{}]);
}
},