File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments