Change defaults
This commit is contained in:
parent
ff5af8aea5
commit
4a4d8c6d1a
1 changed files with 2 additions and 2 deletions
|
|
@ -12,6 +12,6 @@ export const DEFAULT_SETTINGS: SyncSettings = {
|
|||
token: "",
|
||||
vaultName: "default",
|
||||
fetchChangesUpdateIntervalMs: 1000,
|
||||
uploadConcurrency: 10,
|
||||
isSyncEnabled: true,
|
||||
uploadConcurrency: 4,
|
||||
isSyncEnabled: false,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue