summaryrefslogtreecommitdiff
path: root/ucb/Library_ucpdav1.mk
diff options
context:
space:
mode:
authorGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2015-11-21 20:41:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-12-16 14:35:13 +0000
commit14220052ef2b8675ee12aad63b0402f023d9760a (patch)
tree3ec2c806483818cb2575382ce1949c7583a562de /ucb/Library_ucpdav1.mk
parentd7e5b95c147818cdb29e590f39c327c9c8c43b9b (diff)
Related tdf#90700 Add configuration for web connection timeout.
Currently the connection timeout is governed by operating system default. LO timeouts will be used in place of the TCP socket operating system ones, only in operating system where this is currently possible. The timeouts to use can be changed in LO configuration: 'Tools > Options > Advanced > Expert Configuration'. Propriety names are ConnectTimeout and ReadTimeout. ConnectTimeout contains the timeout (in seconds) used when making a connection (max 180 s, min 2 s, default 20 s). ReadTimeout contains the timeout (in seconds) used when reading from a socket (max 180 s, min 20 s, default 60 s). Change-Id: Ide69ab137274c3bf71332b6e76666151ecac1f1e Reviewed-on: https://gerrit.libreoffice.org/20195 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'ucb/Library_ucpdav1.mk')
-rw-r--r--ucb/Library_ucpdav1.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/ucb/Library_ucpdav1.mk b/ucb/Library_ucpdav1.mk
index f6e8a62c514c..37f3c8f0af9c 100644
--- a/ucb/Library_ucpdav1.mk
+++ b/ucb/Library_ucpdav1.mk
@@ -33,6 +33,10 @@ $(eval $(call gb_Library_use_externals,ucpdav1,\
openssl \
))
+$(eval $(call gb_Library_use_custom_headers,ucpdav1,\
+ officecfg/registry \
+))
+
$(eval $(call gb_Library_add_exception_objects,ucpdav1,\
ucb/source/ucp/webdav-neon/ContentProperties \
ucb/source/ucp/webdav-neon/DateTimeHelper \