Martin Markó

Results 6 comments of Martin Markó

New findings to this, if I'm logged into Django admin while profiling this, I'm getting consistently fast results and no signs of reconnecting to the DB... why? I'm not using...

> @martin-marko you should set [`CONN_MAX_AGE: None`](https://docs.djangoproject.com/en/3.2/ref/databases/#persistent-connections) I have just tried, but it doesn't seem to change anything, djongo is still closing and creating new connections on every request (can...

See https://github.com/nesdis/djongo/issues/571#issuecomment-950265651, that looks pretty djongo related to me?

I agree, this makes no sense at all. I still haven't found a solution for it, and it still makes every single request take 10x longer than it should. Please...