From d1619aed8b5fba4f3797e2f8cd47e42a2e524af0 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Tue, 26 Jul 2016 21:46:14 -0500 Subject: [PATCH] Missing space --- doc/Support/Performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Support/Performance.md b/doc/Support/Performance.md index 585df1a8c0..d2da7a24e3 100644 --- a/doc/Support/Performance.md +++ b/doc/Support/Performance.md @@ -20,7 +20,7 @@ One recommendation we can make is that you set the following in my.cnf: innodb_flush_log_at_trx_commit = 0 ``` -You can also set this to 2. This will have the possibility that you could lose upto 1 second on mysql data in the event +You can also set this to 2. This will have the possibility that you could lose up to 1 second on mysql data in the event MySQL crashes or your server does but it provides an amazing difference in IO use.