BufferedEnumerator that keeps 5 tokens in memory instead of 12,000,000

This commit is contained in:
2025-03-22 20:39:06 +05:00
parent 17981347f4
commit bf00ffe291
3 changed files with 156 additions and 54 deletions
-1
View File
@@ -156,7 +156,6 @@ public class Program
_app.Logger.Log(LogLevel.Error, "ParseSaveEU4 Error: {errorMesage}", errorMesage);
}
GC.Collect();
await httpContext.Response.WriteAsJsonAsync(meta);
}
}