Skip to content

Commit

Permalink
patch: increase qos default settings for QA test cases
Browse files Browse the repository at this point in the history
- allow outgoing messages upto 1MB
- increase queue size to 10MB
  • Loading branch information
denopink committed Aug 1, 2024
1 parent 31387eb commit 3681159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/xmidt-agent/default-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ mock_tr_181:
xmidt_agent_crud:
service_name: xmidt_agent
qos:
max_queue_bytes: 1048576 # 1 * 1024 * 1024 // 1MB max/queue,
max_message_bytes: 262144 # 256 * 1024 // 256 KB
max_queue_bytes: 10485760 # 10 * 1024 * 1024 // 10MB max/queue,
max_message_bytes: 1048576 # 1024 * 1024 // 1MB
priority: newest
metadata:
fields:
Expand Down

0 comments on commit 3681159

Please sign in to comment.