From b6e8128520e948c31f96a918d602f64643b9879d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Tue, 23 Apr 2024 20:59:02 +0200 Subject: [PATCH] updates launch settings --- PiwigoDirectorySync/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PiwigoDirectorySync/Properties/launchSettings.json b/PiwigoDirectorySync/Properties/launchSettings.json index 0ce2fb5..58eff37 100644 --- a/PiwigoDirectorySync/Properties/launchSettings.json +++ b/PiwigoDirectorySync/Properties/launchSettings.json @@ -33,7 +33,7 @@ }, "SyncFullReadOnly": { "commandName": "Project", - "commandLineArgs": "sync full 1 -r", + "commandLineArgs": "sync full 5 -r", "environmentVariables": { } },