Skip to content

Commit

Permalink
test simple cache
Browse files Browse the repository at this point in the history
  • Loading branch information
KSmigielski committed Jan 16, 2025
1 parent adddc36 commit bd9569d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public DeltaWatch createDeltaWatch(
openWatch(status, watch, request.getTypeUrl(), watch.trackedResources().keySet(), group, requesterVersion);
return watch;
}

LOGGER.info("KSKSKS: version {}, requeterVersion {}", version, requesterVersion);
// If the requested version is up-to-date or missing a response, leave an open watch.
if (version.equals(requesterVersion)) {
// If the request is not wildcard, we have pending resources and we have them, we should respond immediately.
Expand Down

0 comments on commit bd9569d

Please sign in to comment.