We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ddafc commit 2bbdff5Copy full SHA for 2bbdff5
migrations/2017_10_15_080540_init.php
@@ -5,6 +5,8 @@
5
use Illuminate\Database\Schema\Builder;
6
use Plugin\XunSearch\Utils\XunSearchUtils;
7
8
+@set_time_limit(0);
9
+@ini_set('max_execution_time', 0);
10
$xunSearchUtils = new XunSearchUtils;
11
12
return [
0 commit comments