mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-27 09:59:08 +00:00
add retry count
This commit is contained in:
@@ -6,5 +6,6 @@ export type HttpSubscription = Subscription<HttpSubscriptionOptions>;
|
||||
|
||||
export interface HttpSettings {
|
||||
enabledOut: boolean;
|
||||
retryCount: number;
|
||||
subscriptions: HttpSubscription;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user