mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Add protection in case of disconnect from terminateSession fixes #1531
This commit is contained in:
committed by
Dan Christian Bogos
parent
cfad8290ae
commit
c8db8f2798
@@ -42,6 +42,9 @@
|
||||
"stats_conns": [
|
||||
{"address": "127.0.0.1:2012", "transport": "*json"},
|
||||
],
|
||||
"chargers_conns": [
|
||||
{"address": "*internal"}
|
||||
],
|
||||
"sessions_cost_retries": 5,
|
||||
},
|
||||
|
||||
@@ -77,6 +80,9 @@
|
||||
"thresholds_conns": [
|
||||
{"address": "127.0.0.1:2012", "transport": "*json"},
|
||||
],
|
||||
"chargers_conns": [
|
||||
{"address": "*internal"}
|
||||
],
|
||||
"store_session_costs": true,
|
||||
"debit_interval": "5s",
|
||||
"channel_sync_interval":"7s",
|
||||
|
||||
@@ -41,6 +41,9 @@
|
||||
"stats_conns": [
|
||||
{"address": "*internal"}
|
||||
],
|
||||
"chargers_conns": [
|
||||
{"address": "*internal"}
|
||||
],
|
||||
"sessions_cost_retries": 5,
|
||||
},
|
||||
|
||||
@@ -77,6 +80,9 @@
|
||||
"thresholds_conns": [
|
||||
{"address": "*internal"}
|
||||
],
|
||||
"chargers_conns": [
|
||||
{"address": "*internal"}
|
||||
],
|
||||
"store_session_costs": true,
|
||||
"debit_interval": "10s",
|
||||
"channel_sync_interval":"7s",
|
||||
|
||||
Reference in New Issue
Block a user