From c03cba152050682b174e406854a56bd7b7db2a04 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 3 Jul 2003 18:10:56 +0000 Subject: [PATCH] Typo: I didn't mean that large people called chuck are slow git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5204 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap_general.php b/functions/imap_general.php index 819aa293..92bb13f4 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -106,7 +106,7 @@ function sqimap_run_pipelined_command ($imap_stream, $aQueryList, $handle_errors connection because the number of queries is to large. This isn't tested but a wild guess how it could work in the field. - After testing it on Exchange 2000 we discovered that a chucksize of 32 + After testing it on Exchange 2000 we discovered that a chunksize of 32 was quicker then when we raised it to 128. */ $iQueryCount = count($aQueryList); -- 2.25.1