mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add default value for max_reconnect_interval option in config_defaults
This commit is contained in:
committed by
Dan Christian Bogos
parent
5144febe20
commit
4aad3591e0
@@ -642,7 +642,7 @@ const CGRATES_CFG_JSON = `
|
||||
"empty_balance_ann_file": "", // file to be played before disconnecting prepaid calls on empty balance (applies only if no context defined)
|
||||
"max_wait_connection": "2s", // maximum duration to wait for a connection to be retrieved from the pool
|
||||
"event_socket_conns":[ // instantiate connections to multiple FreeSWITCH servers
|
||||
{"address": "127.0.0.1:8021", "password": "ClueCon", "reconnects": 5,"alias":""}
|
||||
{"address": "127.0.0.1:8021", "password": "ClueCon", "reconnects": 5, "max_reconnect_interval": "" ,"alias":""}
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user