Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual initialization #45

Open
scudette opened this issue Nov 22, 2018 · 0 comments
Open

Manual initialization #45

scudette opened this issue Nov 22, 2018 · 0 comments

Comments

@scudette
Copy link

Initialization is automatically done in init() function. This means that even if the binary knows it is not going to use the files (e.g. through command line options) the data will still be unpacked into memory. This wastes memory and slows down start up time.

It would be really good if an option could be added to export an init function which must be called manually to build the webdav FS object for the first time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant