From 78d642e8ab69e78af7e6e63ba5f82b6480567bf1 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Sat, 5 May 2012 15:38:42 +0400 Subject: [PATCH] Fix a typo. --- doc/user/persistence-architecture.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/persistence-architecture.xml b/doc/user/persistence-architecture.xml index d1e7e46158..7e61202c2c 100644 --- a/doc/user/persistence-architecture.xml +++ b/doc/user/persistence-architecture.xml @@ -60,7 +60,7 @@ example: <para> The master and the WAL writer threads communicate using asynchronous (yet reliable) -messaging; the master theread, not being blocked on +messaging; the master thread, not being blocked on WAL tasks, continues to handle requests quickly even at hight volumes of disk I/O. For instance, SELECT performance, provided SELECTs are run in their own connections, remains -- GitLab