Change concurrency setting
This commit is contained in:
parent
07d6a75c96
commit
2983357946
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ export interface SyncSettings {
|
|||
token: string;
|
||||
vaultName: string;
|
||||
fetchChangesUpdateIntervalMs: number;
|
||||
uploadConcurrency: number;
|
||||
syncConcurrency: number;
|
||||
isSyncEnabled: boolean;
|
||||
}
|
||||
|
||||
|
|
@ -12,6 +12,6 @@ export const DEFAULT_SETTINGS: SyncSettings = {
|
|||
token: "",
|
||||
vaultName: "default",
|
||||
fetchChangesUpdateIntervalMs: 1000,
|
||||
uploadConcurrency: 4,
|
||||
syncConcurrency: 1,
|
||||
isSyncEnabled: false,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue