We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c792071 + dae1894 commit 84b4edaCopy full SHA for 84b4eda
1 file changed
create_diracosrc.sh
@@ -20,6 +20,9 @@
20
echo ''
21
echo '# Davix options (will be default in the future)'
22
echo 'export DAVIX_USE_LIBCURL=1'
23
+ echo '# Disable caching redirection to avoid asking storage nodes instead of head nodes'
24
+ echo '# in setups like EOS'
25
+ echo 'export DAVIX_DISABLE_REDIRECT_CACHING=1'
26
27
echo '# Set up the X509 variables'
28
0 commit comments