Skip to content

kded: merge config sync requests when applying all settings

Fushan Wen requested to merge work/fuf/syncmerge into master

This adds a reasonable timer with 100ms delay to merge config sync requests from GtkConfig::applyAllSettings which is called on kded startup, which will save some disk write from KConfig::sync.

Merge request reports