mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 13:19:53 +05:00
Remove RSRSep opt from general section
- allows RSRParser to be split gracefully from config (was depending on RSRSep, which was retrieved from the global config variable) - default separator (;) was the only one used except for splitting inline attribute values (where ANDSep is used)
This commit is contained in:
committed by
Dan Christian Bogos
parent
c60712f454
commit
36a7d174ab
@@ -27,7 +27,6 @@
|
||||
// "locking_timeout": "0", // timeout internal locks to avoid deadlocks
|
||||
// "digest_separator": ",", // separator to use in replies containing data digests
|
||||
// "digest_equal": ":", // equal symbol used in case of digests
|
||||
// "rsr_separator": ";", // separator used within RSR fields
|
||||
// "max_parallel_conns": 100, // the maximum number of connection used by the *parallel strategy
|
||||
// "decimal_max_scale": 0, // the maximum scale for decimal numbers
|
||||
// "decimal_min_scale": 0, // the minimum scale for decimal numbers
|
||||
|
||||
Reference in New Issue
Block a user