SAVE_DELAY
timeout = fSettingsLastChange + SAVE_DELAY;
if (fSettingsDirty && delta > SAVE_DELAY) {
timeout = system_time() + SAVE_DELAY;