Skip to content

Commit 85f8158

Browse files
set timeout to 300
1 parent 1d7cd63 commit 85f8158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class-tiny-compress-client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Tiny_Compress_Client extends Tiny_Compress {
3636
* @since 3.6.8
3737
* @var int
3838
*/
39-
const API_TIMEOUT = 10;
39+
const API_TIMEOUT = 300;
4040

4141
private $last_error_code = 0;
4242
private $last_message = '';

0 commit comments

Comments
 (0)