Issue 199 sync on save (#340)
* begin adding a sync on save option * get the main sync on save working * get settings sync on save working --------- Co-authored-by: Sam Purkis <sam.purkis@zimmerbiomet.com> Co-authored-by: fyears <1142836+fyears@users.noreply.github.com>
This commit is contained in:
co-authored by
Sam Purkis
fyears
parent
8d286a79a1
commit
19d5da3e45
@@ -79,6 +79,7 @@ export interface RemotelySavePluginSettings {
|
||||
currLogLevel?: string;
|
||||
autoRunEveryMilliseconds?: number;
|
||||
initRunAfterMilliseconds?: number;
|
||||
syncOnSaveAfterMilliseconds?: number;
|
||||
agreeToUploadExtraMetadata?: boolean;
|
||||
concurrency?: number;
|
||||
syncConfigDir?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user