diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-12 19:01:57 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-12 19:01:57 +0300 |
| commit | e8d4437f1f0f175213d65b9fda4baa63f118adb6 (patch) | |
| tree | 628ffbde6e7ae175b295034a05325fc778a44acd /Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs | |
| parent | 72edcc9e0261a227017e394302a6eb47197a5868 (diff) | |
| download | Tango-e8d4437f1f0f175213d65b9fda4baa63f118adb6.tar.gz Tango-e8d4437f1f0f175213d65b9fda4baa63f118adb6.zip | |
Redundant..
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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")) { |
