Skip to content

Commit

Permalink
Enable source file caching
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Mar 21, 2024
1 parent 78c5d31 commit 9fa7ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Imazen.Routing/Serving/ImageServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ internal class ImageServer<TRequest, TResponse, TContext> : IImageServer<TReques
};

pipeline = new CacheEngine(null, sourceCacheOptions);
pipeline = new ImagingMiddleware(null, imagingOptions);
pipeline = new ImagingMiddleware(pipeline, imagingOptions);
pipeline = new CacheEngine(pipeline, sourceCacheOptions);
}

Expand Down

0 comments on commit 9fa7ab2

Please sign in to comment.