mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 16:18:44 +05:00
cfg: move failed_posts to ees, add static_ttl
This commit is contained in:
committed by
Dan Christian Bogos
parent
082c412159
commit
295ddec792
@@ -2,8 +2,7 @@
|
||||
|
||||
"general": {
|
||||
"log_level": 7,
|
||||
"poster_attempts": 2,
|
||||
"failed_posts_ttl": "1s"
|
||||
"poster_attempts": 2
|
||||
},
|
||||
|
||||
"data_db": {
|
||||
@@ -17,6 +16,9 @@
|
||||
|
||||
"ees": {
|
||||
"enabled": true,
|
||||
"failed_posts": {
|
||||
"ttl": "1s"
|
||||
},
|
||||
"exporters": [
|
||||
{
|
||||
"id": "sqs_test_file",
|
||||
@@ -91,4 +93,4 @@
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user