Add max_reconnect_interval for dispatcherhost csv models

This commit is contained in:
ionutboangiu
2022-06-28 17:14:03 +03:00
committed by Dan Christian Bogos
parent a1f8bff851
commit 7299b09107
17 changed files with 205 additions and 184 deletions

View File

@@ -209,6 +209,7 @@ CREATE INDEX tp_routes_unique ON tp_routes ("tpid", "tenant", "id",
"transport" varchar(64) NOT NULL,
"connect_attempts" INTEGER NOT NULL,
"reconnects" INTEGER NOT NULL,
"max_reconnect_interval" varchar(64) NOT NULL,
"connect_timeout" varchar(64) NOT NULL,
"reply_timeout" varchar(64) NOT NULL,
"tls" BOOLEAN NOT NULL,