summaryrefslogtreecommitdiffstats
path: root/functions/variables.php
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2016-04-13 06:24:42 +0200
committerRemy <relst@relst.nl>2016-04-13 06:24:42 +0200
commit151e36ec4c1de29788cb67e751c1f225170c335b (patch)
tree87227a04b40b70358c800fabcaa642e2a1e92af5 /functions/variables.php
parentad47580237957bc1a32f2859028aa0b58d0117cb (diff)
downloadssl-decoder-151e36ec4c1de29788cb67e751c1f225170c335b.zip
ssl-decoder-151e36ec4c1de29788cb67e751c1f225170c335b.tar.gz
ssl-decoder-151e36ec4c1de29788cb67e751c1f225170c335b.tar.bz2
fixes for OpenSSL 1.1.0, dockerfile
Diffstat (limited to 'functions/variables.php')
-rw-r--r--functions/variables.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/variables.php b/functions/variables.php
index eca3087..d036ca8 100644
--- a/functions/variables.php
+++ b/functions/variables.php
@@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
# timeout in seconds, used globally (curl, shell commands, etc)
-$timeout = 2;
+$timeout = 120;
# max chain length (big chain slows down checks)
$max_chain_length = 10;
@@ -23,7 +23,7 @@ $max_chain_length = 10;
# Don't change stuff down here.
date_default_timezone_set('UTC');
-$version = 3.1;
+$version = 3.2;
ini_set('default_socket_timeout', $timeout);