Details
-
Task
-
Resolution: Done
-
Critical - P2
-
None
-
None
-
Windows 7, MongoDB v3.0.6
Description
Hello, I am trying to insert the documents into the MongoDB using the Task.Run functionality. When I am creating 10 tasks everything works fine, but if there are for example 50 tasks created then I get the System.TimeoutException.
I attached the archive with solution that I created for testing purposes.
Could you please help me to resolve this issue?
I want to create 1000 tasks and each task inside should do 10000 inserts.