poljar / weechat-matrix-rs

Rust rewrite of the python weechat-matrix script.
Other
361 stars 25 forks source link

Using matrix-rs generate a lot of disk-I/O #70

Open aiobofh opened 2 years ago

aiobofh commented 2 years ago

When i load the plugin and it takes a while with high CPU-load, then goes online and weechat starts grinding disk like i've never seen. I get constant 600kB-1M/s disk access for days and days. As soon as i unload the plugin the activity stops. This happens every time.... What's this about?

aiobofh commented 2 years ago

Hm. I discovered that removing the matrix-sdk-state directory in my .weechat/matrix-rust/HOMESERVER/ folder can eliminate this problem... Weird. But that also looses important information.