add retry count

This commit is contained in:
arc-alex
2023-12-05 21:28:37 +01:00
parent 0523a68ef4
commit d0191ebc26
5 changed files with 21 additions and 5 deletions
+1
View File
@@ -59,6 +59,7 @@ export const dbModel: DatabaseModel = {
},
http: {
enabledOut: false,
retryCount: 0,
subscriptions: {
onLoad: [],
onStart: [],