https://bugs.documentfoundation.org/show_bug.cgi?id=92529
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |easyHack difficultyBeginner | |skillCpp topicCleanup --- Comment #3 from Michael Meeks <[email protected]> --- Fair cop - so I'l easy-hack-ize this. The task would be (I guess) to catch and unwind commitChanges() calls during startup that are writing redundant data, and also (ideally) to defer config write-back until after startup has completed - my hope being that we call an explicit flush_() that short-circuits that timeout if we exit. I guess we'd want to hook that into desktop/source/app/ via some new API on any non-published interface implemented by (probably): configmgr/source/configurationregistry.cxx Or - I guess we could overload the semantic of 'flush' there - such that we start out with a much longer timeout to write-back say 10seconds or so - and we reset that on the first flush() - might work better ;-) Thanks ! =) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
