-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
MBs of out-of-key objects filling up storage #1377
Comments
i was referring to this: #714 (comment) and comments thereafter |
@eyaler is that you're querying a generic node that has lots of public wiki data on it? in your app |
@amark I see the issue when using a new never used unique key. Following query gives a 5MB response exhausting my localstorage. And if relays can mess things up so badly, we do need a way to protect against those bad relays.
|
I am seeing multiple objects in the graph which are not part of my key, amounting up to a few MB and exhausting my localStorage or Radisk.
I also sometime get the message:
Warning: You're syncing 1K+ records a second, faster than DOM can update - consider limiting query.
Although I am not doing anything to warrant this on my side.My code is here: https://github.com/eyaler/GunPAD using v0.2020.1240. It uses these 3 test peers: https://gun-manhattan.herokuapp.com/gun, https://try.axe.eco/gun, https://test.era.eco/gun, which i've found in the examples.
Questions:
The text was updated successfully, but these errors were encountered: