OctoBase icon indicating copy to clipboard operation
OctoBase copied to clipboard

Potentially exhausts mobile device battery

Open videni opened this issue 10 months ago • 1 comments

For Swift-binding, it seems there is a performance issue here,

for offline, the join_broadcast would save changes from memory to dist database when necessary, but for online, it will synchronize every 2 seconds.

https://github.com/toeverything/OctoBase/blob/276e0e94719a652483119c5fea16be13293ee21c/libs/jwst-binding/jwst-swift/src/storage.rs#L178

https://github.com/toeverything/OctoBase/blob/276e0e94719a652483119c5fea16be13293ee21c/libs/jwst-rpc/src/client/websocket.rs#L93

videni avatar Mar 12 '25 10:03 videni

pr is welcome

darkskygit avatar Mar 12 '25 14:03 darkskygit