Skip to content

Commit

Permalink
Document usage of macros in replication.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Mar 17, 2023
1 parent 5ae2d43 commit 434077a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/docs/asciidoc/en/rlsnotes/rlsnotes50/_config-params-50.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,30 @@ Integer values in the range between 1 (no parallelism) and _MaxParallelWorkers_
All other values are silently ignored and the default value of 1 is used.

[[rnfb50-config-other]]

== Other Parameters

[[rnfb50-config-max-stmt-cache]]
=== MaxStatementCacheSize

Defines the maximum amount of memory used to cache unused DSQL compiled statements.
Value of zero means no statement caching is used.
Default value is 2 megabytes.

[[rnfb50-config-disconnect-trg-timeout]]
=== OnDisconnectTriggerTimeout

Configures a timeout (in seconds) that is applied to the `ON DISCONNECT` trigger execution.
The trigger will be automatically cancelled by the engine after the specified time is passed.
Value of zero ('```0```') means no timeout is set.
Default value is 180 seconds.

[[rnfb50-config-default-profiler]]
=== DefaultProfilerPlugin

Specifies the default profiler plugin used to profile connections using the `RDB$PROFILER` package.

[[rnfb50-config-changes]]

Changed configuration parameters:
== Changed configuration parameters

=== WireCryptPlugin

Expand All @@ -59,19 +60,26 @@ The new default value of this parameter is now `ChaCha64, ChaCha, Arc4`.

Removed configuration parameters:

[[rnfb50-config-cleanup-wnet]]
=== RemotePipeName

This parameter was removed along with the removal of WNET (aka named pipes) protocol support for Windows.

[[rnfb50-config-cleanup-fast-path]]
=== TcpLoopbackFastPath

This parameter was removed because Microsoft discourages using the SIO_LOOPBACK_FAST_PATH socket option.

[[rnfb50-replconf]]
== Replication Configuration Additions and Changes

[[rnfb50-replconf-cascade]]
=== cascade_replication

New parameter that specifies whether changes applied to the replica database will be also subject of further replication (if any configured).
Default value is false (cascading is disabled).

[[rnfb50-replconf-macros]]
=== Allow macros in replication.conf

Configuration file macros are now also supported in replication.conf.

0 comments on commit 434077a

Please sign in to comment.