Skip to content

Commit

Permalink
fix: update rabbitmq cc
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun committed Dec 30, 2024
1 parent af17f8a commit ead2d72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions addons/rabbitmq/config/config-constraint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@
// Maximum permissible number of channels to negotiate with clients, not including a special channel number 0 used in the protocol. Setting to 0 means "unlimited", a dangerous value since applications sometimes have channel leaks. Using more channels increases memory footprint of the broker.
channel_max?: int | *2047

// Channel operation timeout in milliseconds
channel_operation_timeout?: int | *15000

// The largest allowed message payload size in bytes
max_message_size?: int & <=536870912 | *16777216

Expand Down
2 changes: 1 addition & 1 deletion addons/rabbitmq/config/config-effect-scope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ staticParameters:
- session_max_per_connection
- link_max_per_session
- channel_max
- channel_operation_timeout
- max_message_size
- heartbeat
- default_vhost
Expand All @@ -50,4 +49,5 @@ staticParameters:
- mnesia_table_loading_retry_timeout
- mnesia_table_loading_retry_limit
- proxy_protocol
immutableParameters:
- cluster_name

0 comments on commit ead2d72

Please sign in to comment.