Skip to content

Commit 07060a1

Browse files
Update data-service.adoc (#2357)
* Update data-service.adoc * Updates after review --------- Co-authored-by: Simon Dew <[email protected]>
1 parent 158803e commit 07060a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/learn/pages/services-and-indexes/services/data-service.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ xref:manage:manage-buckets/flush-bucket.adoc[Flush a Bucket].
5151
The expiry pager runs every 10 minutes by default: for information on changing the interval, see `cbepctl` xref:cli:cbepctl/set-flush_param.adoc[set flush_param].
5252
For more information on item-deletion and tombstones, see xref:data/expiration.adoc[Expiration].
5353
** *Batch Reader*: Enhances performance by combining changes made to multiple items into _batches_, which are placed on the disk queue, to be written to disk.
54-
* *Scheduler*: A pool of threads, mainly purposes for handling I/O.
54+
* *Scheduler*: A pool of threads mainly used for handling I/O.
5555
The threads are divided into four kinds, which run independently of and without effect on one another:
5656

5757
** *Non IO*: Tasks private to the scheduler that do not require disk-access; including connection-notification, checkpoint removal, and hash-table resizing.

0 commit comments

Comments
 (0)