Confirmed users
371
edits
m (felipe) |
|||
| Line 93: | Line 93: | ||
* {{bug|1262661}} - (Many large SessionStore:update messages) - One thing we should do is breaking up big messages automatically, but maybe the recent work on pickle will be enough. Another thing is that a, we always send the whole session store instead of the changes only b, we have a MessageQueue that sends the messages in batches. We could be smarter there too by forcing the queue to fire up a message before the timeout beyond a certain size. | * {{bug|1262661}} - (Many large SessionStore:update messages) - One thing we should do is breaking up big messages automatically, but maybe the recent work on pickle will be enough. Another thing is that a, we always send the whole session store instead of the changes only b, we have a MessageQueue that sends the messages in batches. We could be smarter there too by forcing the queue to fire up a message before the timeout beyond a certain size. | ||
* more addon reviews... | * more addon reviews... | ||
== felipe == | |||
* Preparing everything for beta 47 experiments | |||
* Created per-module test coverage stats for sign off process | |||
* {{bug|1266213}} Block gtk 3.20 users due to crash | |||