[16:13:36] <ngc0202> I've been having some serious issues using mongo, and I'm not really sure where the issue lies but I thought I'd try here
[16:13:57] <ngc0202> so I'm trying to load up a database with some data I get from parsing a fairly large json dataset
[16:14:41] <ngc0202> however I keep getting timeout errors when I try to insert the data from my code
[16:15:17] <ngc0202> "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (os error 10060)
[16:16:14] <ngc0202> I'm able to connect fine (the connections show up in the logs) and the collection is usually created, so I'm not sure what's going wrong with inserting