D17195: Avoid constantly increasing Qt event queue in KIO slaves

2018-12-03 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R241:5297704106e8: Avoid constantly increasing Qt event queue in KIO slaves (authored by davidedmundson). REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE

D17195: Avoid constantly increasing Qt event queue in KIO slaves

2018-11-30 Thread David Faure
dfaure accepted this revision. dfaure added a comment. This revision is now accepted and ready to land. Very nice catch. Just in case, please wait for after the tagging this weekend before pushing; an old performance issue is better than a possible major regression. REPOSITORY R241

D17195: Avoid constantly increasing Qt event queue in KIO slaves

2018-11-27 Thread David Edmundson
davidedmundson edited the summary of this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D17195 To: davidedmundson, dfaure Cc: ngraham, kde-frameworks-devel, michaelh, bruns

D17195: Avoid constantly increasing Qt event queue in KIO slaves

2018-11-27 Thread Nathaniel Graham
ngraham added a comment. Wow, awesome! Might this huge improvement in small file copy speed be enough to call it a definitive fix for https://bugs.kde.org/show_bug.cgi?id=342056? REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D17195 To: davidedmundson, dfaure Cc:

D17195: Avoid constantly increasing Qt event queue in KIO slaves

2018-11-27 Thread David Edmundson
davidedmundson edited the summary of this revision. davidedmundson edited the test plan for this revision. davidedmundson added a reviewer: dfaure. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D17195 To: davidedmundson, dfaure Cc: kde-frameworks-devel, michaelh, ngraham,

D17195: Avoid constantly increasing Qt event queue in KIO slaves

2018-11-27 Thread David Edmundson
davidedmundson created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. davidedmundson requested review of this revision. REVISION SUMMARY Connection is used in two places SlaveBase (file.so etc) and SlaveInterface (dolphin etc). In