We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461fb66 commit 6395932Copy full SHA for 6395932
IntelPresentMon/AppCef/Web/src/core/preferences.ts
@@ -145,10 +145,11 @@ const migrations: Migration[] = [
145
{
146
version: '0.18.0',
147
migrate: (prefs: Preferences) => {
148
- console.info('Migrating preferences to 0.18.0 (manualEtwFlush enable/rate)');
+ console.info('Migrating preferences to 0.18.0 (manualEtwFlush enable/rate, lower offset)');
149
const def = makeDefaultPreferences();
150
prefs.manualEtwFlush = def.manualEtwFlush;
151
prefs.etwFlushPeriod = def.etwFlushPeriod;
152
+ prefs.metricsOffset = def.metricsOffset;
153
}
154
},
155
];
0 commit comments