Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions skel/share/defaults/frontend.properties
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ frontend.service.transfers.timeout=1
frontend.service.transfers.maxCacheSize=1000

# Timeout for cell info collection
#
# Amongst others, this affects the `/cells`-resource of the REST interface.
# These properties can also be set interactively through the admin door
frontend.service.cell-info.timeout=1
(one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)frontend.service.cell-info.timeout.unit=MINUTES
Expand All @@ -119,6 +121,8 @@ frontend.service.cell-info.timeout=1
frontend.service.cell-info.update-threads=10

# Timeout for domain info collection
#
# Amongst others, this affects the `/domains`-resource of the REST interface.
# These properties can also be set interactively through the admin door
frontend.service.domain-info.timeout=1
(one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)frontend.service.domain-info.timeout.unit=MINUTES
Expand All @@ -135,12 +139,16 @@ frontend.service.alarms.timeout=1
(one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)frontend.service.alarms.timeout.unit=MINUTES

# Timeout for pool info collection
#
# Amongst others, this affects the `/pools`-resource of the REST interface.
# These properties can also be set interactively through the admin door
frontend.service.pool-info.timeout=1
(one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)frontend.service.pool-info.timeout.unit=MINUTES

# Timeout for pool history info collection
# These properties can also be set interactively through the admin door
#
# Amongst others, this affects the `/poolgroups/{group}/histograms`- and
# `/pools/{pool}/histograms`-resources of the REST interface.
frontend.service.pool-history.timeout=1
(one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)frontend.service.pool-history.timeout.unit=MINUTES

Expand Down Expand Up @@ -459,6 +467,8 @@ frontend.service.billing.collection.timeout = 1
# Whether to submit namespace qos requests to the QoSEngine or to use
# the embedded legacy mechanism. Defaults to the new QoSEngine.
(one-of?true|false)frontend.service.namespace.use-qos-service= true
(one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)\
frontend.service.billing.collection.timeout.unit = MINUTES

# Geographic placement
#
Expand All @@ -467,8 +477,6 @@ frontend.service.billing.collection.timeout = 1
#
frontend.geographic-placement =

(one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)\
frontend.service.billing.collection.timeout.unit = MINUTES

# ---- Directory with default static content
#
Expand Down
Loading