Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
43b783a5
Commit
43b783a5
authored
Apr 28, 2020
by
Elvin Sindrilaru
Browse files
Set the polling interval in the right place so that it's not overwritten
parent
65c13969
Pipeline
#1593131
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
eos.sysconfig
View file @
43b783a5
...
...
@@ -30,10 +30,6 @@ export KRB5RCACHETYPE=none
# Skip hostname match for SSS authentication in docker setup
export EOS_SKIP_SSS_HOSTNAME_MATCH=1
# Set the polling interval for deletions to 5 seconds for the rm tests to
# run faster. This controls how often the FTS request deletions from the MGM.
export EOS_FST_DELETE_QUERY_INTERVAL=5
# What roles should the xroot daemon run for. For each role you can overwrite
# the default options using a dedicate sysconfig file
# e.g. /etc/sysconfig/xrd.<role>. The role based mechanism allows for
...
...
@@ -97,7 +93,9 @@ export EOS_CONVERTER_DRIVER=1
#export EOS_FST_STREAM_TIMEOUT=300
# Specify in seconds how often FSTs should query for new delete operations
export EOS_FST_DELETE_QUERY_INTERVAL=60
# Set the polling interval for deletions to 5 seconds for the rm tests to
# run faster. This controls how often the FTS request deletions from the MGM.
export EOS_FST_DELETE_QUERY_INTERVAL=5
# Number of threads for transfer operations (Balance, Drain or Transfer actions)
export EOS_FST_TRANSFER_THREAD_POOL=20
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment