We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b891982 commit 993af34Copy full SHA for 993af34
2 files changed
dist-persist/wbstack/src/Settings/LocalSettings.php
@@ -138,6 +138,9 @@
138
];
139
}
140
141
+// Limit expensive queries (T399804)
142
+$wgMaxExecutionTimeForExpensiveQueries = 5_000;
143
+
144
// Jobs
145
# For now jobs will run in the requests, this obviously isn't the ideal solution and really
146
# there should be a job running service deployed...
dist/wbstack/src/Settings/LocalSettings.php
0 commit comments