use the optimized
This commit is contained in:
parent
72c644a37e
commit
95b62ffe58
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ app.MapPost("/api/image/generate", (Stitch request, IMemoryCache cache) =>
|
||||||
List<Image> images = [];
|
List<Image> images = [];
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
bool created = Tile.TryCreate(in request, tilesDirectory, images, logger, cache, out image,
|
bool created = Tile.TryCreateFast(in request, tilesDirectory, images, logger, cache, out image,
|
||||||
out string? cacheKey, out string? cacheFile);
|
out string? cacheKey, out string? cacheFile);
|
||||||
if( !created && cacheFile != null )
|
if( !created && cacheFile != null )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue