Skip to content

Commit

Permalink
remove max_message_size in service_conf.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: dylan-fan <[email protected]>
  • Loading branch information
dylan-fan committed Dec 22, 2023
1 parent 7907f8a commit 7ca6343
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conf/service_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ federation:
port: 9370
# stream or queue
mode: stream
max_message_size: 1048576
# pulsar:
# host: 192.168.0.5
# port: 6650
Expand All @@ -72,7 +71,6 @@ federation:
# route_table:
# # mode: replication / client, default: replication
# mode: replication
# max_message_size: 1048576
# rabbitmq:
# host: 192.168.0.4
# mng_port: 12345
Expand All @@ -83,7 +81,6 @@ federation:
# route_table:
# # mode: replication / client, default: replication
# mode: replication
# max_message_size: 1048576
storage:
hdfs:
name_node: hdfs://fate-cluster
Expand Down

0 comments on commit 7ca6343

Please sign in to comment.