Skip to content

Commit

Permalink
the last stand
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Aug 28, 2024
1 parent 6e57085 commit 1dfa52f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions infrastructure/cluster/flux/rucio/rucio-serversAuth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,22 @@ spec:

httpd_config:
grid_site_enabled: "True"
# mpm_mode: "event"
# timeout: "300"
# enable_status: "True"
# legacy_dn: "True"
# keep_alive: "On"
# keep_alive_timeout: "5"
# max_keep_alive_requests: "128"
# server_limit: "10"
# start_servers: "4"
# thread_limit: "128"
# threads_per_child: "128"
# min_spare_threads: "256"
# max_spare_threads: "512"
# max_request_workers: "1280"
# max_connections_per_child: "2048"
# max_clients: "20"
timeout: "300"
enable_status: "True"
legacy_dn: "True"
keep_alive: "On"
keep_alive_timeout: "5"
max_keep_alive_requests: "128"
server_limit: "10"
start_servers: "1"
thread_limit: "128"
threads_per_child: "128"
min_spare_threads: "1"
max_spare_threads: "512"
max_request_workers: "1280"
max_connections_per_child: "2048"
max_clients: "20"
mpm_mode: "worker"
# # mpm_mode: "worker"

## values used to configure Rucio
Expand Down

0 comments on commit 1dfa52f

Please sign in to comment.