Skip to main content
Sign in
Snippets Groups Projects
Commit 37754fe9 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix: Set timeout to 10 minutes for huge graphs

parent 73963725
No related branches found
No related tags found
1 merge request!20Fix: Added support for reference too
...@@ -24,7 +24,7 @@ public class Deployer(ILogger<Deployer> logger, IOptionsMonitor<GraphDeployerCon ...@@ -24,7 +24,7 @@ public class Deployer(ILogger<Deployer> logger, IOptionsMonitor<GraphDeployerCon
BasePath = "http://localhost:7206/coscine", BasePath = "http://localhost:7206/coscine",
ApiKeyPrefix = { { "Authorization", "Bearer" } }, ApiKeyPrefix = { { "Authorization", "Bearer" } },
ApiKey = { { "Authorization", ApiConfigurationUtil.GenerateAdminToken(ApiConfigurationUtil.RetrieveJwtConfiguration()) } }, ApiKey = { { "Authorization", ApiConfigurationUtil.GenerateAdminToken(ApiConfigurationUtil.RetrieveJwtConfiguration()) } },
Timeout = 300000 // 5 minutes Timeout = 600000 // 10 minutes
}; };
public static string WorkingFolder { get; set; } = "./output/"; public static string WorkingFolder { get; set; } = "./output/";
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment