Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
2.0
-
win7 64bit,vs2012
Description
Thanks for your reading.
Such as title.
Is there a way to set a timout for CRUD? Or just Query Select?
I set all the timeout in MongoServerSetting class cause I want a timout when
CRUD operations too long to take so many memory.
And I also try to use SetMaxTime() to findas a Tdocument,Then I set timeSpan in 10ms,It worked.But when timeSpan greater than 20ms,didn't worked.
If I don't like to set webrequestion timeout ,How to set timeout?