Commit af040c0dd080814d552b6b5f103776db7a6ad02c
1 parent
2925763acb
Exists in
master
and in
1 other branch
CALLBACK-SENDER config
Showing 1 changed file with 8 additions and 1 deletions Side-by-side Diff
config.sample.json
... | ... | @@ -6,6 +6,7 @@ |
6 | 6 | |
7 | 7 | "listener": { |
8 | 8 | "partner": { |
9 | + "trust_proxy": ["loopback", "linklocal"], | |
9 | 10 | "port": 25614 |
10 | 11 | }, |
11 | 12 | "core": { |
... | ... | @@ -13,6 +14,12 @@ |
13 | 14 | } |
14 | 15 | }, |
15 | 16 | |
16 | - "# cluster": "Diisi dengan boolean atau angka jumlah anak yang akan dibuat. Jika diisi boolean true, jumlah anak akan dihitung otomatis", | |
17 | + "callback_sender": { | |
18 | + "http_timeout_ms": 30000, | |
19 | + "sleep_before_retry_ms": 10000, | |
20 | + "max_retry": 10 | |
21 | + }, | |
22 | + | |
23 | + "# cluster": "Isi dengan boolean atau angka jumlah anak yang akan dibuat. Jika diisi boolean true, jumlah anak akan dihitung otomatis", | |
17 | 24 | "cluster": false |
18 | 25 | } |
19 | 26 | \ No newline at end of file |