diff --git a/SgfDevs.Tests/appsettings-schema.usync.json b/SgfDevs.Tests/appsettings-schema.usync.json index 81f160f..442c404 100755 --- a/SgfDevs.Tests/appsettings-schema.usync.json +++ b/SgfDevs.Tests/appsettings-schema.usync.json @@ -159,6 +159,11 @@ "description": "Should folder keys be cached (for speed)", "default": true }, + "CacheImportState": { + "type": "boolean", + "description": "Cache the results of the \"no change\" checks between runs, so repeat imports can skip\nunchanged items without a database lookup or a re-serialize.", + "default": false + }, "ShowVersionCheckWarning": { "type": "boolean", "description": "Show a version check warning to the user if the folder version is less than the version expected by uSync.", diff --git a/SgfDevs/SgfDevs.csproj b/SgfDevs/SgfDevs.csproj index 5f6935d..a6b80a1 100644 --- a/SgfDevs/SgfDevs.csproj +++ b/SgfDevs/SgfDevs.csproj @@ -5,16 +5,16 @@ - - - + + + - - - + + + - + diff --git a/SgfDevs/appsettings-schema.usync.json b/SgfDevs/appsettings-schema.usync.json index 81f160f..442c404 100755 --- a/SgfDevs/appsettings-schema.usync.json +++ b/SgfDevs/appsettings-schema.usync.json @@ -159,6 +159,11 @@ "description": "Should folder keys be cached (for speed)", "default": true }, + "CacheImportState": { + "type": "boolean", + "description": "Cache the results of the \"no change\" checks between runs, so repeat imports can skip\nunchanged items without a database lookup or a re-serialize.", + "default": false + }, "ShowVersionCheckWarning": { "type": "boolean", "description": "Show a version check warning to the user if the folder version is less than the version expected by uSync.",