mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 09:06:20 +02:00
Add authentication and improve server side configuration
This commit is contained in:
@@ -6,6 +6,8 @@ public class RemoteExecutorOptions
|
||||
{
|
||||
public ILoadBalancingStrategy Strategy { get; set; } = new ResourceAwareStrategy();
|
||||
|
||||
public string ApiKey { get; set; } = string.Empty;
|
||||
|
||||
// How long to wait for a result before throwing a TimeoutException
|
||||
public TimeSpan ExecutionTimeout { get; set; } = TimeSpan.FromMinutes(5);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user