Mike Swierczek
Mike Swierczek
I am able to reproduce this issue with a Davros grain that has over 1000 images. A backup of the grain is available here if anyone else wants to try....
Thank you to all who looked into this! I changed my fs.inotify.max_user_watches to 32768 and restarted, no dice. I do not see the error in sandstorm-io/sandstorm#3512 in my logs. I...
I changed it in /etc/sysctl.conf and rebooted the VM, so I don't think that's it. Edit: to inspect the value, do `cat /proc/sys/fs/inotify/max_user_watches` To change the value, you can change...
Right, nothing in the grain log and nothing related to inotify in the Sandstorm log.
What needs to be done here? I think this is critical, I can't use Sandstorm Oasis to host large files currently until/unless this is blocked. I want to be able...
I hit this same error on Windows 10 home. I believe it's caused by https://github.com/hypercore-protocol/cli/blob/master/lib/commands/drive/sync.js#L66 it's using the mkdirp NodeJS package 'sync' command, and according to https://www.npmjs.com/package/mkdirp: """windows vs unix...
Cool! I'm too new to Node to solve this myself.
Thank you for your response. I'll play around with the idea a bit - but don't hold your breath.
I don't follow how that change would facilitate this feature. Would you please explain in a little more detail?
I see, thanks for the answer. There is enough of dat and Fritter's architecture I don't grasp that my own mental model of the solution was at a very high...