Skip to content

Commit e484824

Browse files
authored
typo (#1011)
"or and" => "or an"
1 parent a186290 commit e484824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/triggerless-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ It is also interesting to observe that `gh-ost` is the only application writing
112112

113113
When `gh-ost` pauses (throttles), it issues no writes on the ghost table. Because there are no triggers, write workload is decoupled from the `gh-ost` write workload. And because we're using an asynchronous approach, the algorithm already handles a time difference between a master write time and the ghost apply time. A difference of a few microseconds is no different from a difference of minutes or hours.
114114

115-
When `gh-ost` [throttles](throttle.md), either by replication lag, `max-load` setting or and explicit [interactive user command](interactive-commands.md), the master is back to normal. It sees no more writes on the ghost table.
115+
When `gh-ost` [throttles](throttle.md), either by replication lag, `max-load` setting or an explicit [interactive user command](interactive-commands.md), the master is back to normal. It sees no more writes on the ghost table.
116116
An exception is the ongoing heartbeat writes onto the changelog table, which we consider to be negligible.
117117

118118
#### Testability

0 commit comments

Comments
 (0)