From 62ee336bb8e4557a41c3954db38ee35348a3a731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=8F=AB=E9=94=84=E5=A4=B4?= Date: Sat, 13 Apr 2024 17:08:28 +0800 Subject: [PATCH] 5fenzhogn --- ProductionSystem/Forms/HomeFormInfo.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ProductionSystem/Forms/HomeFormInfo.cs b/ProductionSystem/Forms/HomeFormInfo.cs index ac2d49c..cc3f2a4 100644 --- a/ProductionSystem/Forms/HomeFormInfo.cs +++ b/ProductionSystem/Forms/HomeFormInfo.cs @@ -768,7 +768,7 @@ namespace ProductionSystem.Forms string name = GetCode() + ":Step2"; if (!_cache.ContainsKey(name)) { - _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(1)); + _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(5)); Step2(); } @@ -790,7 +790,7 @@ namespace ProductionSystem.Forms string name =GetCode() + ":Step3"; if (!_cache.ContainsKey(name)) { - _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(1)); + _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(5)); Step3(); } @@ -808,7 +808,7 @@ namespace ProductionSystem.Forms string name = GetCode() + ":Step4"; if (!_cache.ContainsKey(name)) { - _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(1)); + _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(5)); Step4(); } @@ -823,7 +823,7 @@ namespace ProductionSystem.Forms string name = GetCode() + ":Step5"; if (!_cache.ContainsKey(name)) { - _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(1)); + _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(5)); Step5(); } @@ -839,7 +839,7 @@ namespace ProductionSystem.Forms string name = GetCode() + ":Step6"; if (!_cache.ContainsKey(name)) { - _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(1)); + _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(5)); Step6(); } @@ -854,7 +854,7 @@ namespace ProductionSystem.Forms string name = GetCode() + ":Step7"; if (!_cache.ContainsKey(name)) { - _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(1)); + _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(5)); Step7(); } @@ -871,7 +871,7 @@ namespace ProductionSystem.Forms string name = GetCode() + ":Step8"; if (!_cache.ContainsKey(name)) { - _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(1)); + _cache.Set(name, DateTime.Now, TimeSpan.FromMinutes(5)); Step8(); }