Fix typo in MaxAdmin.md
Fixed a typo in MaxAdmin.md.
This commit is contained in:
@ -1454,7 +1454,7 @@ path is `/home/user/rules.txt`.
|
|||||||
|
|
||||||
# Tuning MariaDB MaxScale
|
# Tuning MariaDB MaxScale
|
||||||
|
|
||||||
The way that MariaDB MaxScale does it’s polling is that each of the polling
|
The way that MariaDB MaxScale does its polling is that each of the polling
|
||||||
threads, as defined by the threads parameter in the configuration file, will
|
threads, as defined by the threads parameter in the configuration file, will
|
||||||
call epoll_wait to obtain the events that are to be processed. The events are
|
call epoll_wait to obtain the events that are to be processed. The events are
|
||||||
then added to a queue for execution. Any thread can read from this queue, not
|
then added to a queue for execution. Any thread can read from this queue, not
|
||||||
|
Reference in New Issue
Block a user