You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/queue.fsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ sequentially and in order.
11
11
12
12
The thread processing these requests can also run a low-priority, interleaved background operation when the
13
13
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,
15
15
this background work is run in small incremental fragments. This work is cooperatively time-sliced to be approximately <50ms, (see `maxTimeShareMilliseconds` in
16
16
IncrementalBuild.fs). The project to be checked in the background is set implicitly
17
17
by calls to ``CheckFileInProject`` and ``ParseAndCheckFileInProject``.
0 commit comments