MongoDB Query Timeout when using references

23 views Asked by At

I have a Class A. This class has a field List, which contains a list of other objects of the same type. When referencing this field and trying to query A, the application freezes and causes a TimeoutException. Any ideas why this would happen?

0

There are 0 answers