We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2367740 + 358f800 commit bfc97e5Copy full SHA for bfc97e5
src/util/persistent_logger.js
@@ -59,6 +59,8 @@ class PersistentLogger {
59
undefined,
60
{ lock: this.locking, retries: 10, backoff: 5 }
61
);
62
+ this.fh_stat = await this.fh.stat(this.fs_context);
63
+ this.local_size = 0;
64
65
return this.fh;
66
});
0 commit comments