mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 17:18:44 +05:00
Add max_reconnect_interval for dispatcherhost csv models
This commit is contained in:
committed by
Dan Christian Bogos
parent
a1f8bff851
commit
7299b09107
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user