slbejaranom

Results 3 issues of slbejaranom

Hello everyone, I have a server using nodejs mongo and dlib for tracking and counting cars, sending some info to mongo, however I have this running in docker, although I...

type:support
Hardware:Dev Board
comp:thirdparty

Hello everyone, I have a server using nodejs mongo and dlib for tracking and counting cars, sending some info to mongo, however I have this running in docker, although I...

Hello, I have this hikari configuration ``` logging.level.com.zaxxer.hikari.HikariConfig=DEBUG logging.level.com.zaxxer.hikari=TRACE spring.datasource.hikari.maximumPoolSize=60 spring.datasource.hikari.minimumIdle=5 spring.datasource.hikari.idleTimeout=900000 spring.datasource.hikari.leakDetectionThreshold=300000 ``` And I'm using SpringBoot 3 for this, I have a repository and few DAO's and DTO's....