Skip to content

Commit

Permalink
[7947] Updated docs for checksum_read_buffer_size_in_bytes in server_…
Browse files Browse the repository at this point in the history
…config.json
  • Loading branch information
JustinKyleJames committed Oct 1, 2024
1 parent 7f17699 commit ced034f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ Below you'll find examples showing what the input file might contain for a [Cata
},
"server_config": {
"advanced_settings": {
"checksum_read_buffer_size_in_bytes": 1048576,
"default_log_rotation_in_days": 5,
"default_number_of_transfer_threads": 4,
"default_temporary_password_lifetime_in_seconds": 120,
Expand Down Expand Up @@ -420,6 +421,7 @@ Below you'll find examples showing what the input file might contain for a [Cata
},
"server_config": {
"advanced_settings": {
"checksum_read_buffer_size_in_bytes": 1048576,
"default_log_rotation_in_days": 5,
"default_number_of_transfer_threads": 4,
"default_temporary_password_lifetime_in_seconds": 120,
Expand Down
4 changes: 4 additions & 0 deletions docs/system_overview/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ This file defines the behavior of the server Agent that answers individual reque
// Changing this value requires a server restart in order to take effect.
"agent_factory_watcher_sleep_time_in_seconds": 5,

// (Optional)
// The buffer size used for reading a replica during checksum calculations.
"checksum_read_buffer_size_in_bytes": 1048576,

// The number of threads used for parallel transfers.
"default_number_of_transfer_threads": 4,

Expand Down

0 comments on commit ced034f

Please sign in to comment.