All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rmotta.marmotta-ldcache-common.3.3.0.source-code.config-defaults.properties Maven / Gradle / Ivy

#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

###############################################################################
# LMF LD caching configuration
###############################################################################

# enable/disable automatic caching of remote resources from the Linked Data Cloud; enabling leads to many
# HTTP requests when querying and should be considered with care
ldcache.enabled = true

# default expiry time in seconds if not otherwise given (default: 1 day)
ldcache.expiry = 86400

# minimum expiry time before which a resource is refreshed from the linked data cloud (use to avoid too short expiry times returned by servers)
ldcache.minexpiry = 3600

# how long to wait in ms when no data is sent over a connection
ldcache.so_timeout = 60000

# how long to wait in ms until a connection is established
ldcache.connection_timeout = 10000

# how many http retrievals to run at most in parallel
ldcache.max_parallel_requests = 10

# Sample for a cache entry
ldcache.sample.dbpedia.name = DBPedia Sparql
ldcache.sample.dbpedia.kind = SPARQL
ldcache.sample.dbpedia.prefix = http://dbpedia\\.org.*
ldcache.sample.dbpedia.endpoint = http://dbpedia.org/sparql
ldcache.sample.dbpedia.mimetype =
ldcache.sample.dbpedia.expiry = 86400





© 2015 - 2025 Weber Informatics LLC | Privacy Policy