improvement (webdav): stream all the way down - #23

This commit is contained in:
Mickael KERJEAN
2018-03-26 10:49:03 +11:00
parent 15cf85f752
commit 050a26e99a
2 changed files with 3 additions and 34 deletions

View File

@ -18,7 +18,7 @@ class FileSystem{
return Observable.create((obs) => {
this.obs = obs;
let keep_pulling_from_http = true;
let keep_pulling_from_http = false;
this._ls_from_cache(path, true)
.then(() => {
const fetch_from_http = (_path) => {