From 3ee04e2080c1f3d9f455922a418a887dec0fcc3b Mon Sep 17 00:00:00 2001 From: Kato Twofold Date: Sun, 28 Feb 2021 11:09:42 +0200 Subject: [PATCH] Added a simple comment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 348015a..e1be632 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ if ( empty($config) || empty($config['key']) || empty($config['input']) ) { exit(1); } +// The memory limit has been set so that we can pass it big strings and test how much it can/will use. ini_set('memory_limit','1G'); function limitStringSize($str, $amount = 20) {