Calculate the results from the Agnostic data structure

This commit is contained in:
2022-03-20 21:10:20 +01:00
parent ee48b7d75c
commit eb3eb3e779
5 changed files with 119 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ namespace LaDOSE.REST
{
Client = new RestClient(url);
#if DEBUG
Client.Timeout = 99*1000;
Client.Timeout = 999*1000;
#endif
this.username = user;
this.password = password;