update 20251228

This commit is contained in:
Stefan Hutter
2025-12-28 09:56:40 +01:00
parent 4239fba5aa
commit e377f08ccd
46 changed files with 933 additions and 141 deletions

View File

@@ -10,6 +10,7 @@ using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security.Permissions;
using System.Security.Policy;
using System.Text;
using System.Threading.Tasks;
@@ -83,6 +84,7 @@ namespace OnDoc.Klassen
public static bool DoUpdate { get; set; } = false;
public static bool MultiThreadingSign { get; set; } = false;
public static bool MultiThreadingSB { get; set; } = false;
static AppParams()
{

View File

@@ -85,7 +85,7 @@ namespace OnDoc.Klassen
{
foreach (FileToCheck fc in FilestoCheck)
{
if (fc.filedatetime < DateTime.Now.AddSeconds(-5))
if (fc.filedatetime < DateTime.Now.AddSeconds(-3))
{
found = false;
word = false;