no need to start a transaction to fetch favicons

This commit is contained in:
Athou
2024-08-16 22:26:30 +02:00
parent 012ce71134
commit e7748d787f

View File

@@ -341,7 +341,6 @@ public class FeedREST {
@GET
@Path("/favicon/{id}")
@Cache(maxAge = 2592000)
@Transactional
@Operation(summary = "Fetch a feed's icon", description = "Fetch a feed's icon")
public Response getFeedFavicon(@Parameter(description = "subscription id", required = true) @PathParam("id") Long id) {
Preconditions.checkNotNull(id);