Make noop updates hidable
This commit is contained in:
parent
55c07f3b82
commit
6d32e51c3e
2 changed files with 14 additions and 9 deletions
|
|
@ -5,6 +5,7 @@ export interface SyncSettings {
|
|||
fetchChangesUpdateIntervalMs: number;
|
||||
syncConcurrency: number;
|
||||
isSyncEnabled: boolean;
|
||||
displayNoopSyncEvents: boolean;
|
||||
}
|
||||
|
||||
export const DEFAULT_SETTINGS: SyncSettings = {
|
||||
|
|
@ -14,4 +15,5 @@ export const DEFAULT_SETTINGS: SyncSettings = {
|
|||
fetchChangesUpdateIntervalMs: 1000,
|
||||
syncConcurrency: 1,
|
||||
isSyncEnabled: false,
|
||||
displayNoopSyncEvents: false,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue