Skip to content

Commit

Permalink
Changing the timeout
Browse files Browse the repository at this point in the history
Changing the timeout for the curl connection.
  • Loading branch information
cristian-vatca-osf committed Dec 8, 2017
1 parent ec3c0dd commit e1cd3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Core/SignifydSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class SignifydSettings
/**
* @var int CURL timeout value.In seconds
*/
public $timeout = 12;
public $timeout = 30;

public $logFileName = 'signifyd_connect.log';

Expand Down

0 comments on commit e1cd3c7

Please sign in to comment.