kopia lustrzana https://github.com/c9/core
Re-add purging of vfs servers. Set server list to update eery 5 seconds for IDE and Preview
rodzic
e3e24b0761
commit
2d8b5762d8
|
@ -82,7 +82,7 @@ function main(config, settings, options, callback) {
|
||||||
"cdn.build": {},
|
"cdn.build": {},
|
||||||
"db": {
|
"db": {
|
||||||
"Vfs": {
|
"Vfs": {
|
||||||
findAllAndPurge: function(maxVfsAge, callback) {
|
findAllValidServers: function(maxVfsAge, callback) {
|
||||||
callback(null, [{}]);
|
callback(null, [{}]);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Ładowanie…
Reference in New Issue