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

@@ -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;