Skip to content

Commit d6a9d29

Browse files
committed
add curl timeouts
1 parent 22207da commit d6a9d29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LocalSettings.d/base/Timeouts.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
$wgHTTPTimeout = 15;
3+
$wgHTTPConnectTimeout = 5;

0 commit comments

Comments
 (0)