Skip to content

Commit 46a41bf

Browse files
committed
fixed timeout
1 parent 9ae628c commit 46a41bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleantalk.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ class Cleantalk {
376376
* Server connection timeout in seconds
377377
* @var int
378378
*/
379-
private $server_timeout = 3;
379+
private $server_timeout = 6;
380380

381381
/**
382382
* Cleantalk server url

0 commit comments

Comments
 (0)