我尝试使用 GunDB 同步 VR 场景。
为了进行实验,我在 GunDB 中放了一些数据。
但我收到了这个警告。 存储警告
我使用 IndexedDB,我可以继续点击“允许”
但我想知道为什么它使用太多存储空间!!!!!!
setInterval(putLocation, Math.ceil(1000 / 50));
// putLocation
obj.get('attributes').get('position').put(object.attributes.position);
它在同一节点中每 200 毫秒更新一次数据。(object.attributes.position)
请让我知道我该如何解决。谢谢你。