This is an automated email from the ASF dual-hosted git repository.

jkevan pushed a commit to branch upgradeESSocketTimeout
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/upgradeESSocketTimeout by this 
push:
     new f7e2dfabb UNOMI-784: Typo
f7e2dfabb is described below

commit f7e2dfabb277469e8d0d566c3e4c130429a50753
Author: Kevan <ke...@jahia.com>
AuthorDate: Tue Jul 25 16:55:49 2023 +0200

    UNOMI-784: Typo
---
 package/src/main/resources/etc/custom.system.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/src/main/resources/etc/custom.system.properties 
b/package/src/main/resources/etc/custom.system.properties
index f42a6ec3c..f3a9a82a0 100644
--- a/package/src/main/resources/etc/custom.system.properties
+++ b/package/src/main/resources/etc/custom.system.properties
@@ -134,7 +134,7 @@ 
org.apache.unomi.elasticsearch.aggregateQueryBucketSize=${env:UNOMI_ELASTICSEARC
 
org.apache.unomi.elasticsearch.maximumIdsQueryCount=${env:UNOMI_ELASTICSEARCH_MAXIMUMIDSQUERYCOUNT:-5000}
 # Defines the socket timeout (SO_TIMEOUT) in milliseconds, which is the 
timeout for waiting for data or, put differently, a maximum period inactivity 
between two consecutive data packets).
 # A timeout value of zero is interpreted as an infinite timeout. A negative 
value is interpreted as undefined (system default).
-# Default: 90 sec
+# Default: -1 (System default)
 
org.apache.unomi.elasticsearch.clientSocketTimeout=${env:UNOMI_ELASTICSEARCH_CLIENT_SOCKET_TIMEOUT:--1}
 
org.apache.unomi.elasticsearch.pastEventsDisablePartitions=${env:UNOMI_ELASTICSEARCH_PAST_EVENTS_DISABLE_PARTITIONS:-false}
 
org.apache.unomi.elasticsearch.aggQueryThrowOnMissingDocs=${env:UNOMI_ELASTICSEARCH_AGG_QUERY_THROW_ON_MISSING_DOCS:-false}

Reply via email to