From dfa0444ca51d6402bdf704bac22024958f3a5ab6 Mon Sep 17 00:00:00 2001 From: dimazhelovanov Date: Mon, 24 Apr 2023 10:11:01 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B8=D0=BD=D1=8F=D1=82=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BlacksmithWorkshop/BlacksmithWorkshop/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlacksmithWorkshop/BlacksmithWorkshop/Program.cs b/BlacksmithWorkshop/BlacksmithWorkshop/Program.cs index 84f5497..bfc515d 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshop/Program.cs +++ b/BlacksmithWorkshop/BlacksmithWorkshop/Program.cs @@ -42,7 +42,7 @@ namespace BlacksmithWorkshop }); // создаем таймер - var timer = new System.Threading.Timer(new TimerCallback(MailCheck!), null, 0, 100); + var timer = new System.Threading.Timer(new TimerCallback(MailCheck!), null, 0, 100000); } catch (Exception ex) {