From 17deb571a49e1d3039b8511f4be0d4016b49ef71 Mon Sep 17 00:00:00 2001 From: Patrick LaRocque Date: Wed, 25 Sep 2024 14:51:04 -0400 Subject: [PATCH] reduce search cache timeout to 100ms from 60s --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9496a29..c9050b4 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -106,7 +106,7 @@ hapi: # max_binary_size: 104857600 # max_page_size: 200 # retain_cached_searches_mins: 60 - # reuse_cached_search_results_millis: 60000 + reuse_cached_search_results_millis: 100 tester: home: name: Local Tester