From e8d4437f1f0f175213d65b9fda4baa63f118adb6 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 12 Aug 2018 19:01:57 +0300 Subject: Redundant.. --- .../Web/Tango.MachineService/Controllers/SynchronizationController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs index 46308fa6f..8054aae8c 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs @@ -103,7 +103,7 @@ namespace Tango.MachineService.Controllers { credentials = manager.CreateRandomLoginAndUser("Tango"); - Task.Delay(TimeSpan.FromMinutes(1)).ContinueWith((x) => + Task.Delay(TimeSpan.FromMinutes(10)).ContinueWith((x) => { using (DbManager m = DbManager.FromAddressAndName(GetDbAddress(), "Tango")) { -- cgit v1.3.1