Skip to content

Commit 4f64667

Browse files
committed
docs
1 parent f1cd85a commit 4f64667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/queue.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sequentially and in order.
1111
1212
The thread processing these requests can also run a low-priority, interleaved background operation when the
1313
queue is empty. This can be used to implicitly bring the background check of a project "up-to-date".
14-
When the operations queue has been empty for 2 seconds,
14+
When the operations queue has been empty for 1 second,
1515
this background work is run in small incremental fragments. This work is cooperatively time-sliced to be approximately <50ms, (see `maxTimeShareMilliseconds` in
1616
IncrementalBuild.fs). The project to be checked in the background is set implicitly
1717
by calls to ``CheckFileInProject`` and ``ParseAndCheckFileInProject``.

0 commit comments

Comments
 (0)