Skip to content

Commit

Permalink
test: test caching
Browse files Browse the repository at this point in the history
  • Loading branch information
sumandas0 committed Mar 3, 2024
1 parent 549c5be commit ee240f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- beta
- development
- master
- lineageondemand
- es-req-cache

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ private String performDirectIndexQuery(String query, boolean source) throws Atla
}

Request request = new Request("GET", endPoint);
request.addParameter("request_cache", "true");
request.setEntity(entity);

Response response;
Expand Down

0 comments on commit ee240f9

Please sign in to comment.