From 147cb14319b55d4c8ad59af6f1ef072178d43528 Mon Sep 17 00:00:00 2001 From: Catcher Wong Date: Thu, 9 May 2024 05:34:41 +0000 Subject: [PATCH] Update README.md to fix comment of LimitMemory (#1854) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc4d040dc..8cea4965b1 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ You can configure them via the options: ```c# var engine = new Engine(options => { - // Limit memory allocations to MB + // Limit memory allocations to 4 MB options.LimitMemory(4_000_000); // Set a timeout to 4 seconds.