mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +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
@@ -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