Skip to content

Commit d54582c

Browse files
authored
Update schedule.mdx
modify default batching_timeout
1 parent 1164517 commit d54582c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Intra-node/schedule.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For `BaselineSchedule`, these six instances form two virtual instances, with eac
4848
### Initialization
4949
| | Functionality | Remarks |
5050
|------------------|---------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
51-
| batching_timeout | Timeout for batching, default 0 (in milliseconds) | Does not accept `&` syntax; ineffective when batching is not needed |
51+
| batching_timeout | Timeout for batching | Does not accept `&` syntax; ineffective when batching is not needed |
5252
| instance_num | Number of instances | instance_num multiplied by the backend's max() is generally set to slightly less than the maximum amount of data to be processed simultaneously |
5353
| backend | Actual computation backend | Provides data input range through min()/max() functions |
5454

@@ -100,4 +100,4 @@ To globally or locally change the scheduling system, set the new `PipelineV3::ba
100100

101101

102102
import Tabs from '@theme/Tabs';
103-
import TabItem from '@theme/TabItem';
103+
import TabItem from '@theme/TabItem';

0 commit comments

Comments
 (0)