Happening for me too, my gwibber.sqlite is 1,1 GB. Counting for current
amount of messages, I got:

sqlite> select count(*) from messages;
560965

So, I just removed messages older than 30 days with:
> delete from messages where time < (strftime('%s','now') - 30*24*60*60); 

I think Gwibber should  run this garbage collect periodically, but
preserving directed and send messages unless the user asks it to delete
them too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/799356

Title:
  gwibber stores extreme number of messages in gwibber.sqlite

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/799356/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to