Skip to content

Commit a06809e

Browse files
committed
fix config query max_time
1 parent 5303743 commit a06809e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sqd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
|
6666
*/
6767

68-
'max_time' => (int) env('SQD_QUERY_MAX_TIME', 0),
68+
'max_time' => (int) env('SQD_QUERY_MAX_TIME', 50),
6969
],
7070

7171
];

0 commit comments

Comments
 (0)