-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
CoreApi.Offline #5654
Comments
Trying to add large (150GB+) resources with a running daemon breaks for us (ipfs-search.com). Probably because the daemon crashes during the process. I might share these resources using Hence, it would be ideal to be able to add these resources independently of the running (and regularly crashing, due to it hitting hard memory limits) and then adding them as a one-off operation. Hence, being able to do |
@dokterbob I believe you're looking for the poorly documented |
Poorly or not documented? Where might I find info on this one? |
|
Mentioned in #5649 (comment), it would be nice to have a way to tell CoreAPI that we want to be in offline mode.
There are a few ways to do this:
--offline
flagapi.Offline()
--offline
flag too--offline
We could also use this to expose sessions (and maybe other global options later?), so I'd say we should go with the more flexible option, which would be context hints
Opinions?
cc @Stebalien
The text was updated successfully, but these errors were encountered: