From 2d509ae1127acfef2b94e83bc65c742d140a1908 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 18 Feb 2019 18:18:17 +0200 Subject: Set machine studio tokens expiration to 10 days. --- .../Web/Tango.MachineService/Controllers/MachineStudioController.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs index 98ea8d827..bafac31f0 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs @@ -39,6 +39,7 @@ namespace Tango.MachineService.Controllers static MachineStudioController() { TokensManager = new TokensManager(); + TokensManager.ExpirationTime = TimeSpan.FromDays(10); _pendingUploads = new List(); } -- cgit v1.3.1