Commit 82d39bc9 by feixiang

Merge remote-tracking branch 'origin/master'

parents 3a38fe00 795ff611
......@@ -53,7 +53,7 @@ class Smscode
} else {
$count = 1;
}
$vcode = mt_rand(10000, 99999);
$vcode = mt_rand(1000, 9999);
$alisms = new Alisms(
$signName ?? Alisms::SN_01,
$templateCode ?? Alisms::TPL_01,
......
......@@ -68,7 +68,7 @@ class ReservationPoolConfig extends PoolProperties
*
* @var int
*/
protected $timeout = 5;
protected $timeout = 15;
/**
* the addresses of connection
......
......@@ -68,7 +68,7 @@ class SchedulePoolConfig extends PoolProperties
*
* @var int
*/
protected $timeout = 5;
protected $timeout = 15;
/**
* the addresses of connection
......
......@@ -68,7 +68,7 @@ class StorePoolConfig extends PoolProperties
*
* @var int
*/
protected $timeout = 5;
protected $timeout = 15;
/**
* the addresses of connection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment