We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f30cca4 + c110bca commit abb704dCopy full SHA for abb704d
tests/queries/0_stateless/01287_max_execution_speed.sql
@@ -13,6 +13,7 @@ SELECT count() FROM system.numbers; -- { serverError TOO_SLOW }
13
SET min_execution_speed_bytes = 0;
14
SELECT 'Ok (2)';
15
16
+SET max_execution_time = 600;
17
SET max_execution_speed = 1000000;
18
SET max_block_size = 100;
19
0 commit comments