Skip to content

Commit afefd52

Browse files
committed
Stability test - set XLink chunk size to 0
1 parent 1f3f709 commit afefd52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/stability_stress_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ int main(int argc, char** argv) {
4949

5050
// Create pipeline
5151
dai::Pipeline pipeline;
52+
pipeline.setXLinkChunkSize(0);
5253

5354
// Define sources and outputs
5455
auto camRgb = pipeline.create<dai::node::ColorCamera>();

0 commit comments

Comments
 (0)