hermes/backend/api
imterah b93bf456b5
fix: Fixes 100% CPU usage in the backend runtime
This makes the backend runtime not constantly search for messages to be
processed. Instead, it only wakes up when it needs to be woken up via
goroutines.
2025-03-21 13:17:08 -04:00
..
backendruntime fix: Fixes 100% CPU usage in the backend runtime 2025-03-21 13:17:08 -04:00
controllers/v1 feature: Change state management from global variables to object passing 2025-03-21 12:59:51 -04:00
db feature: Change state management from global variables to object passing 2025-03-21 12:59:51 -04:00
jwt feature: Change state management from global variables to object passing 2025-03-21 12:59:51 -04:00
permissions feature: Change state management from global variables to object passing 2025-03-21 12:59:51 -04:00
state feature: Change state management from global variables to object passing 2025-03-21 12:59:51 -04:00
main.go feature: Change state management from global variables to object passing 2025-03-21 12:59:51 -04:00