Skip to content

Commit

Permalink
patch: match parodus' default qos queue behavior
Browse files Browse the repository at this point in the history
- disable individual message size check
- increase queue size to 100MB
  • Loading branch information
denopink committed Aug 1, 2024
1 parent 31387eb commit ef0190e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/xmidt-agent/default-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ 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: 104857600 # 100 * 1024 * 1024 // 100MB max/queue,
priority: newest
metadata:
fields:
Expand Down

0 comments on commit ef0190e

Please sign in to comment.