mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:56:30 +00:00
failsafe load dlls
add user config queue offsets throttle improvements
This commit is contained in:
@@ -8,10 +8,7 @@ public abstract class ExternalClientConfig
|
||||
public int RetryCount {get;set;}
|
||||
}
|
||||
|
||||
public class InferenceClientConfig : ExternalClientConfig
|
||||
{
|
||||
public string ResourcesFolder { get; set; } = "";
|
||||
}
|
||||
public class InferenceClientConfig : ExternalClientConfig;
|
||||
|
||||
public class GpsDeniedClientConfig : ExternalClientConfig
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user