Skip to content

Commit 1dd91c7

Browse files
committed
Increased delay between integrity checks
From 15 seconds (old version) to 60 seconds (new version)
1 parent 0c8b850 commit 1dd91c7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SetupPsiBlock/SetupPsiBlock.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,15 @@
251251
{
252252
"Name" = "8:Microsoft Visual Studio"
253253
"ProductName" = "8:DoE App Guard"
254-
"ProductCode" = "8:{CB2D0BB3-7A0F-4CC2-B878-FDFD3CFFD3A3}"
255-
"PackageCode" = "8:{1693DC63-5B54-4108-8A27-770958C190AC}"
254+
"ProductCode" = "8:{4849A618-A33C-44C0-8E09-F915B5EDCEBC}"
255+
"PackageCode" = "8:{773785D9-2DFE-46F1-86A2-BAED30B131A0}"
256256
"UpgradeCode" = "8:{8DB977C0-C7DE-4B13-90B3-965BCD952CA2}"
257257
"AspNetVersion" = "8:2.0.50727.0"
258258
"RestartWWWService" = "11:FALSE"
259259
"RemovePreviousVersions" = "11:TRUE"
260260
"DetectNewerInstalledVersion" = "11:FALSE"
261261
"InstallAllUsers" = "11:TRUE"
262-
"ProductVersion" = "8:0.7.1"
262+
"ProductVersion" = "8:0.7.2"
263263
"Manufacturer" = "8:NSW DoE"
264264
"ARPHELPTELEPHONE" = "8:"
265265
"ARPHELPLINK" = "8:"

WMProcMon/WMProcmon/WMProcMon.rc

0 Bytes
Binary file not shown.

windows-service/WindowsBackgroundService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
6868
_logger.LogWarning(i.ToString() + " Started AppGuardService in Session ID: " + ps[i].SessionId.ToString());
6969
}
7070
}
71-
await Task.Delay(TimeSpan.FromSeconds(15f), stoppingToken);
71+
await Task.Delay(TimeSpan.FromSeconds(60f), stoppingToken);
7272
}
7373
}
7474
catch (TaskCanceledException)

0 commit comments

Comments
 (0)