@@ -217,6 +217,7 @@ broker_bridge.mailgun.adapter = mailgun2
217217broker_bridge.mailgun.enabled = off
218218broker_bridge.sendgrid.adapter = sendgrid
219219broker_bridge.sendgrid.enabled = off
220+ broker_bridge.smtp.enabled = off
220221cluster.automatic_leave = off
221222cluster.channels.control_plane.compression = on
222223cluster.channels.control_plane.parallelism = 1
@@ -226,6 +227,7 @@ cluster.channels.default.compression = off
226227cluster.channels.default.parallelism = 1
227228cluster.channels.wamp_relay.compression = false
228229cluster.channels.wamp_relay.parallelism = 2
230+ cluster.connection_high_watermark = infinity
229231cluster.exchange_tick_period = 10s
230232cluster.lazy_tick_period = 1s
231233cluster.max_message_size = 64MB
@@ -236,15 +238,17 @@ cluster.peer_discovery.initial_delay = 10s
236238cluster.peer_discovery.polling_interval = 10s
237239cluster.peer_discovery.timeout = 5s
238240cluster.peer_port = 18086
241+ cluster.rpc_max_concurrency = 10000
239242cluster.tls.allow_insecure = off
240243cluster.tls.client.verify = verify_none
241244cluster.tls.client.versions = 1.3
242245cluster.tls.enabled = off
246+ cluster.tls.handshake_timeout = 5s
243247cluster.tls.server.verify = verify_none
244248cluster.tls.server.versions = 1.3
245249db.aae = on
246250db.aae.fanout = 3
247- db.aae.fence.max_lag = 1s
251+ db.aae.fence.max_lag = 60s
248252db.aae.fence.on_isolation = refuse
249253db.aae.interval = 500ms
250254db.aae.live_sync = on
@@ -269,16 +273,22 @@ db.pack_seal_mode = async
269273db.reclaim = on
270274db.reclaim.batch_cells = 500
271275db.reclaim.interval = 1m
276+ db.registry.retention.max_age_ms = 0
277+ db.registry.retention.max_events = 0
272278db.registry.shard_count = 16
273279db.wal.batched_fsync_bytes = 1MB
274280db.wal.batched_fsync_interval = 50ms
275281db.wal.fsync_mode = per_write
276282db.wal.max_segment_bytes = 64MB
277283load_regulation.aae_reactor.pool.size = 16
278284load_regulation.enabled = on
285+ load_regulation.hello.enabled = on
279286load_regulation.job_manager.pool.size = 16
280287load_regulation.job_manager.queue.size = 160000
281288load_regulation.job_manager.queue.ttl = 1m
289+ load_regulation.load_monitor.run_queue_high_watermark = 8
290+ load_regulation.load_monitor.run_queue_low_watermark = 4
291+ load_regulation.load_monitor.sample_interval = 100ms
282292load_regulation.router.flow_pool.capacity = 100000
283293load_regulation.router.pool.capacity = 2000000
284294load_regulation.router.pool.size = 16
@@ -317,6 +327,8 @@ log.handlers.default.formatter.time_designator = T
317327log.handlers.default.formatter.time_offset = 0
318328log.handlers.default.level = info
319329log.level = info
330+ mail.status.max_size = 50000
331+ mail.status.ttl = 1h
320332oauth2.client_credentials_grant.duration = 15m
321333oauth2.code_grant.duration = 10m
322334oauth2.config_file = {{platform_etc_dir}}/oauth2_config.json
@@ -358,6 +370,8 @@ security.rate_limit.handshake.rate = 10
358370security.rate_limit.message.capacity = 2000
359371security.rate_limit.message.enabled = off
360372security.rate_limit.message.rate = 1000
373+ security.reclamation.enabled = on
374+ security.reclamation.interval = 6h
361375security.ticket.allow_not_found = on
362376security.ticket.authmethods = all
363377security.ticket.expiry_time = 30d
@@ -384,6 +398,7 @@ wamp.broker.subscriber_blackwhite_listing = true
384398wamp.broker.subscription_meta_api = false
385399wamp.broker.subscription_revocation = false
386400wamp.call_timeout = 30s
401+ wamp.connection.message_queue_data = off_heap
387402wamp.connection_lifetime = session
388403wamp.dealer.call_canceling = true
389404wamp.dealer.call_reroute = true
0 commit comments