Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
hood
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
沈海生
2015-12-02 16:45:39 +0800
Commit
8c740ffdb2981e1a7eba276f4db80c69b0bdc256
1 parent
43be9603
超时应该是毫秒
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
Hood/Dao/MongoDB/MongoCore.php
Hood/Dao/MongoDB/MongoCore.php
View file @
8c740ff
...
...
@@ -22,7 +22,8 @@ class MongoCore extends Root
private
$_dbname
=
''
;
private
$targetOptions
=
array
(
'connectTimeoutMS'
=>
3
,
'connectTimeoutMS'
=>
3000
,
'socketTimeoutMS'
=>
3000
,
'connect'
=>
true
);
...
...
Please
register
or
login
to post a comment