Skip to content

Commit

Permalink
[irods/irods#7947] Add configuration option for checksum read buffer …
Browse files Browse the repository at this point in the history
…size.
  • Loading branch information
korydraughn authored and alanking committed Feb 17, 2025
1 parent ff815ef commit d3d61bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/system_overview/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ 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 size of the buffer used for reading during checksum calculation.
// Increasing this value will result in fewer reads of a replica. Values must be representable as a 32
// bit integer.
"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 d3d61bd

Please sign in to comment.