Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 8daa799

Browse files
author
Chris Wiechmann
committed
Docu for param: LOOKUP_CACHE_TTL improved
1 parent f78e7b2 commit 8daa799

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

env-sample

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,13 @@ MEMCACHED=memcached:11211
280280

281281
# ----------------------------------------------------------------------------------------------
282282
# This parameter controls how long information looked up from API-Manager should stay in the
283-
# cache. Currently used for API-Details and User-Information.
283+
# cache. Currently used for API-, Application- and User-Details. The same cache timeout is used
284+
# for API-Builder In-Memory-Cache and Logstash-Memcache.
284285
# You may increase this timeout if you need to reduce the API-Manager REST-API calls performed
285-
# by the Logstash pipeline.
286-
# Used-By: Logstash
287-
# LOOKUP_CACHE_TTL=600
286+
# during ingestion.
287+
# Defaults to 600 (seconds)
288+
# Used-By: Logstash, API-Builder
289+
# LOOKUP_CACHE_TTL=1200
288290

289291
# ----------------------------------------------------------------------------------------------
290292
# The maximum heap memory for ES. Xmx should be configured to 50% of the available memory, when

0 commit comments

Comments
 (0)