Feature Requests
Completed :latest

Better execution of timeouts on backend

This is on the back of an issue where the transaction was taking longer than 5 seconds to the DB, so I need to make the transaction batched as well as increase timeout fields. Performance needs looking at in the hostRoutes.js around line 330 + onwards.

2 Comments

Posting anonymously

9technologygroup·10 months ago

Thank you @agreenbhm for this. It's been released into main. For some reason github actions was preventing me from fully merging it but your suggested edits are there along with some other improvements.

Posting anonymously

agreenbhm·10 months ago

I submitted a pull request for this earlier today to address the issue mentioned.

https://github.com/PatchMon/PatchMon/pull/164

Posting anonymously