-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
74 lines (74 loc) · 1.07 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
analytics:
beautify: false
datetime: true
datetime_format: '%Y-%m-%d %H:%M:%S.%f'
path: reports
cache:
item_time: 1209600
path: cache
target_time: 604800
catalog_worker:
count: 12
tick: 1.0
wait: 7
event_handler:
tick: 0.1
wait: 3.0
logger:
content: 2
level: 4
mode: 1
main:
logs_path: logs
production: false
storage_path: storage
pipe:
tick: 0.5
wait: 10.0
priority:
CInterval: 100
CScheduled: 50
CSmart: 10
RTInterval:
- 100
- 100
RTScheduled:
- 50
- 0
RTSmart:
- 10
- 0
TInterval:
- 100
- 100
TScheduled:
- 50
- 0
TSmart:
- 10
- 0
catalog_default: 100
target_default: 1001
provider:
max_bad: 25
proxy_timeout: 3.0
test_url: http://ip-api.com/json?fields=2154502
queues:
catalog_queue_put_wait: 8.0
catalog_queue_size: 256
target_queue_put_wait: 8.0
target_queue_size: 512
sub_provider:
comp_type: gzip, deflate, br
compression: false
connect_timeout: 2
read_timeout: 3
redirects: 5
verify: false
thread_manager:
lock_ticks: 16
tick: 1.0
worker:
count: 7
tick: 1.0
wait: 5.0