Skip to content

Commit 480c2ff

Browse files
korydraughnalanking
authored andcommitted
[irods/irods#8069] Remove config option: agent_factory_watcher_sleep_time_in_seconds
1 parent ae30d66 commit 480c2ff

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/getting_started/installation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ Below you'll find examples showing what the input file might contain for a [Cata
254254
},
255255
"server_config": {
256256
"advanced_settings": {
257-
"agent_factory_watcher_sleep_time_in_seconds": 5,
258257
"checksum_read_buffer_size_in_bytes": 1048576,
259258
"default_number_of_transfer_threads": 4,
260259
"default_temporary_password_lifetime_in_seconds": 120,
@@ -424,7 +423,6 @@ Below you'll find examples showing what the input file might contain for a [Cata
424423
},
425424
"server_config": {
426425
"advanced_settings": {
427-
"agent_factory_watcher_sleep_time_in_seconds": 5,
428426
"checksum_read_buffer_size_in_bytes": 1048576,
429427
"default_number_of_transfer_threads": 4,
430428
"default_temporary_password_lifetime_in_seconds": 120,

docs/system_overview/configuration.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ This file defines the behavior of the server Agent that answers individual reque
2020
```json
2121
{
2222
"advanced_settings": {
23-
// (Optional)
24-
// The number of seconds between runs of the CRON task which ensures that the agent factory is running.
25-
// Changing this value requires a server restart in order to take effect.
26-
"agent_factory_watcher_sleep_time_in_seconds": 5,
27-
2823
// (Optional)
2924
// The size of the buffer used for reading during checksum calculation.
3025
// Increasing this value will result in fewer reads of a replica. Values must be representable as a 32

0 commit comments

Comments
 (0)